IAuthCredential.UsernameSecretIdentifier 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.
KeyVault Secret URI for accessing the username.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="KeyVault Secret URI for accessing the username.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="usernameSecretIdentifier")]
public string UsernameSecretIdentifier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="KeyVault Secret URI for accessing the username.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="usernameSecretIdentifier")>]
member this.UsernameSecretIdentifier : string with get, set
Public Property UsernameSecretIdentifier As String
Property Value
- Attributes