Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

object $Domain.GetSecurityProfiles()

Remarks

Returns an object with the following keys of profile names and values of profile ids.

Example

Code Block
languagejs
let profiles = $Domain.GetSecurityProfiles();
let defaultProfileId = profiles.Default;
let myProfileId = profiles.MyProfile;