Values.RegisteredAzureIdentityDetailsSourceDetails specific to a registered Azure identity using AWS Outbound Identity Federation.
type nonrec t = {tenantId : Guid.t;The Azure Active Directory tenant ID for the identity.
*)clientId : Guid.t;The client ID of the service principal or managed identity used for authentication.
*)webIdentityRoleArn : RoleArn.t;The role ARN to be assumed by DevOps Agent for requesting Web Identity Token.
*)webIdentityTokenAudiences : WebIdentityTokenAudienceList.t;The audiences for the Web Identity Token.
*)}