Sdílet prostřednictvím


IManagedHsmProperties.InitialAdminObjectId Property

Definition

Array of initial administrators object ids for this managed hsm pool.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Array of initial administrators object ids for this managed hsm pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="initialAdminObjectIds", Update=true)]
public System.Collections.Generic.List<string> InitialAdminObjectId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Array of initial administrators object ids for this managed hsm pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="initialAdminObjectIds", Update=true)>]
member this.InitialAdminObjectId : System.Collections.Generic.List<string> with get, set
Public Property InitialAdminObjectId As List(Of String)

Property Value

Attributes

Applies to