1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. OperationContextAzureOIDCConfiguration

OperationContextAzureOIDCConfiguration

    OperationContextAzureOIDCConfiguration contains information about how to exchange an OIDC token for temporary Azure credentials in the form of a federated workload identity. See https://learn.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-azp for details on how to create an appropriately-configured identity.

    Properties

    • clientId string optional
      ClientID is the client ID of the federated workload identity.
    • tenantId string optional
      TenantID is the tenant ID of the federated workload identity.
    • subscriptionId string optional
      SubscriptionID is the subscription ID of the federated workload identity.