Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Overview

Returns the security profiles defined on a domain.

object $Domain.GetSecurityProfiles()

Remarks

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

Example

let profiles = $Domain.GetSecurityProfiles();
let defaultProfileId = profiles.Default;
let myProfileId = profiles.MyProfile;
  • No labels