Script unit that provides methods useful when managing profiles.
Methods |
---|
function forSpecificRole(roleName: string): profile Returns the specific role for the specified name. |
function ofAdministrator(): profile Returns the built-in 'administrator' role. |
function ofEveryone(): profile Returns the built-in 'everyone' role. |
Returns the built-in 'owner' role. |
function ofReadOnly(): profile Returns the built-in 'read-only' role. |
function forSpecificRole(roleName: string): profile
Returns the specific role for the specified name.
Can be used in:
function ofAdministrator(): profile
Returns the built-in 'administrator' role.
Can be used in:
function ofEveryone(): profile
Returns the built-in 'everyone' role.
Can be used in:
function ofOwner(): profile
Returns the built-in 'owner' role.
Can be used in:
function ofReadOnly(): profile
Returns the built-in 'read-only' role.
Can be used in: