다음을 통해 공유


AssignmentLockSettings.ExcludedPrincipals 속성

정의

청사진 잠금에서 제외된 AAD 보안 주체 목록을 가져오거나 설정합니다. 최대 5개의 보안 주체가 허용됩니다.

[Newtonsoft.Json.JsonProperty(PropertyName="excludedPrincipals")]
public System.Collections.Generic.IList<string> ExcludedPrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedPrincipals")>]
member this.ExcludedPrincipals : System.Collections.Generic.IList<string> with get, set
Public Property ExcludedPrincipals As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상