interface DeploymentAuthorizationInfo {
    authorizationHeaderFor?: AuthorizationHeaderFor;
    resources?: string[];
    tenantId?: string;
    vstsAccessTokenKey?: string;
}

Properties

authorizationHeaderFor?: AuthorizationHeaderFor

Authorization header type, typically either RevalidateApproverIdentity or OnBehalfOf.

resources?: string[]

List of resources.

tenantId?: string

ID of the tenant.

vstsAccessTokenKey?: string

Access token key.