Condividi tramite


AzurePipelinesCredentialOptions.AdditionallyAllowedTenants Property

Definition

Specifies tenants in addition to the configured tenant for which the credential may acquire tokens. Add the wildcard value "*" to allow the credential to acquire tokens for any tenant the logged in account can access. If no specific tenant was configured this option will have no effect, and the credential will acquire tokens for any requested tenant.

public System.Collections.Generic.IList<string> AdditionallyAllowedTenants { get; }
member this.AdditionallyAllowedTenants : System.Collections.Generic.IList<string>
Public ReadOnly Property AdditionallyAllowedTenants As IList(Of String)

Property Value

Applies to