DeploymentAuthorizationInfo interface
Properties
authorization |
Authorization header type, typically either RevalidateApproverIdentity or OnBehalfOf. |
resources | List of resources. |
tenant |
ID of the tenant. |
vsts |
Access token key. |
Property Details
authorizationHeaderFor
Authorization header type, typically either RevalidateApproverIdentity or OnBehalfOf.
authorizationHeaderFor: AuthorizationHeaderFor
Property Value
resources
List of resources.
resources: string[]
Property Value
string[]
tenantId
ID of the tenant.
tenantId: string
Property Value
string
vstsAccessTokenKey
Access token key.
vstsAccessTokenKey: string
Property Value
string