IDeletedBackupInstanceResource.IdentityDetail 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.
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Contains information of the Identity Details for the BI.\r\n If it is null, default will be considered as System Assigned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails) }, ReadOnly=false, Required=false, SerializedName="identityDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails IdentityDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Contains information of the Identity Details for the BI.\r\n If it is null, default will be considered as System Assigned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails) }, ReadOnly=false, Required=false, SerializedName="identityDetails")>]
member this.IdentityDetail : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails with get, set
Public Property IdentityDetail As IIdentityDetails
Property Value
- Attributes