AzureADAccessRules contains access rules specific to Azure Active Directory authentication.
| Name | Type | Description | Notes |
|---|---|---|---|
| adEndpoint | String | The audience in the JWT. | [optional] |
| azureCloud | String | Azure cloud environment [AzureCloud/AzureUSGovernment/AzureChinaCloud]. For create/update, cloud is inferred from jwks_uri. | [optional] |
| boundGroupIds | List<String> | The list of group ids that login is restricted to. | [optional] |
| boundResourceGroups | List<String> | The list of resource groups that login is restricted to. | [optional] |
| boundResourceIds | List<String> | The list of full resource ids that the login is restricted to. | [optional] |
| boundResourceNames | List<String> | The list of resource names that the login is restricted to (e.g, a virtual machine name, scale set name, etc). | [optional] |
| boundResourceProviders | List<String> | The list of resource providers that login is restricted to (e.g, Microsoft.Compute, Microsoft.ManagedIdentity, etc). | [optional] |
| boundResourceTypes | List<String> | The list of resource types that login is restricted to (e.g, virtualMachines, userAssignedIdentities, etc). | [optional] |
| boundServicePrincipalIds | List<String> | The list of service principal IDs that login is restricted to. | [optional] |
| boundSubscriptionIds | List<String> | The list of subscription IDs that login is restricted to. | [optional] |
| boundTenantId | String | The tenants id for the Azure Active Directory organization. | [optional] |
| issuer | String | Issuer URL | [optional] |
| jwksUri | String | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional] |
| uniqueIdentifier | String | A unique identifier to distinguish different users | [optional] |