ICredentialSet.AuthCredentials 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.
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of authentication credentials stored for an upstream.\r\n Usually consists of a primary and an optional secondary credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential) }, ReadOnly=false, Required=false, SerializedName="authCredentials")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential[] AuthCredentials { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of authentication credentials stored for an upstream.\r\n Usually consists of a primary and an optional secondary credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential) }, ReadOnly=false, Required=false, SerializedName="authCredentials")>]
member this.AuthCredentials : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential[] with get, set
Public Property AuthCredentials As IAuthCredential()
Property Value
- Attributes