IManagedHsmProperties.InitialAdminObjectId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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