$Domain.GetSecurityProfiles

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;

Copyright © 2010 - 2023 Emakin. All rights reserved.