UserDelegationKey interface

Klíč delegování uživatele.

Vlastnosti

signedDelegatedUserTenantId

Delegované ID uživatelského tenanta v Azure AD. Vraťte, pokud je uvedeno DelegatedUserTenantId.

signedExpiresOn

Datum a čas vypršení platnosti klíče.

signedObjectId

ID objektu Azure Active Directory ve formátu GUID.

signedService

Zkratka služby Azure Storage, která přijímá klíč

signedStartsOn

Datum a čas, kdy je klíč aktivní.

signedTenantId

ID tenanta Azure Active Directory ve formátu GUID.

signedVersion

Verze služby, která klíč vytvořila.

value

Klíč jako řetězec base64.

Podrobnosti vlastnosti

signedDelegatedUserTenantId

Delegované ID uživatelského tenanta v Azure AD. Vraťte, pokud je uvedeno DelegatedUserTenantId.

signedDelegatedUserTenantId?: string

Hodnota vlastnosti

string

signedExpiresOn

Datum a čas vypršení platnosti klíče.

signedExpiresOn: Date

Hodnota vlastnosti

Date

signedObjectId

ID objektu Azure Active Directory ve formátu GUID.

signedObjectId: string

Hodnota vlastnosti

string

signedService

Zkratka služby Azure Storage, která přijímá klíč

signedService: string

Hodnota vlastnosti

string

signedStartsOn

Datum a čas, kdy je klíč aktivní.

signedStartsOn: Date

Hodnota vlastnosti

Date

signedTenantId

ID tenanta Azure Active Directory ve formátu GUID.

signedTenantId: string

Hodnota vlastnosti

string

signedVersion

Verze služby, která klíč vytvořila.

signedVersion: string

Hodnota vlastnosti

string

value

Klíč jako řetězec base64.

value: string

Hodnota vlastnosti

string