Package version:

Interface CredentialResource

Credential resource type.

interface CredentialResource {
    etag?: string;
    id?: string;
    name?: string;
    properties: CredentialUnion;
    type?: string;
}

Hierarchy (view full)

Properties

etag?: string

Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

properties: CredentialUnion

Properties of credentials.

type?: string

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.