共用方式為


ManagedIdentityToken interface

受控應用程式資源的受控識別權杖。

屬性

accessToken

所要求的存取權杖。

authorizationAudience

要求存取權杖的 aud (物件) 。 這與 listTokens 要求中提供的內容相同。

expiresIn

存取權杖將維持有效的秒數。

expiresOn

存取權杖到期的時間範圍。 這會以 epoch 的秒數來表示。

notBefore

存取權杖生效的時間範圍。 這會以 epoch 的秒數來表示。

resourceId

已發行權杖的 Azure 資源識別碼。 這可以是受控應用程式識別碼或使用者指派的身分識別識別碼。

tokenType

語彙基元的類型。

屬性詳細資料

accessToken

所要求的存取權杖。

accessToken?: string

屬性值

string

authorizationAudience

要求存取權杖的 aud (物件) 。 這與 listTokens 要求中提供的內容相同。

authorizationAudience?: string

屬性值

string

expiresIn

存取權杖將維持有效的秒數。

expiresIn?: string

屬性值

string

expiresOn

存取權杖到期的時間範圍。 這會以 epoch 的秒數來表示。

expiresOn?: string

屬性值

string

notBefore

存取權杖生效的時間範圍。 這會以 epoch 的秒數來表示。

notBefore?: string

屬性值

string

resourceId

已發行權杖的 Azure 資源識別碼。 這可以是受控應用程式識別碼或使用者指派的身分識別識別碼。

resourceId?: string

屬性值

string

tokenType

語彙基元的類型。

tokenType?: string

屬性值

string