AuthorizationProfile - createProfile

AuthorizationProfile - createProfile

Description :

This command creates a new authorization profile.

If an authorization profile already exists with the same name, the command will fail. Returns the DBKey of the newly created authorization profile.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

profileName

String

Name of the profile.

description

String

A short description for the profile.

Example

The following example shows how to create an authorization profile called "Test Profile".

Script



AuthorizationProfile createProfile "Test Profile" "Profile for testing"

Was this page helpful? Yes No Submitting... Thank you

Comments