ICredentialSet Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.CredentialSetTypeConverter))]
public interface ICredentialSet : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.CredentialSetTypeConverter))>]
type ICredentialSet = interface
interface IJsonSerializable
interface IProxyResource
Public Interface ICredentialSet
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
AuthCredentials |
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential. |
CreationDate |
The creation date of credential store resource. |
Id |
The resource ID. (Inherited from IProxyResource) |
IdentityPrincipalId |
The principal ID of resource identity. |
IdentityTenantId |
The tenant ID of resource. |
IdentityType |
The identity type. |
IdentityUserAssignedIdentity |
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
LoginServer |
The credentials are stored for this upstream or login server. |
Name |
The name of the resource. (Inherited from IProxyResource) |
ProvisioningState |
Provisioning state of the resource. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IProxyResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IProxyResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IProxyResource) |
SystemDataLastModifiedAt |
The timestamp of resource modification (UTC). (Inherited from IProxyResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IProxyResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IProxyResource) |
Type |
The type of the resource. (Inherited from IProxyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |