managedidentity.azure.com/v1api20220131preview
managedidentity.azure.com/v1api20220131preview
Package v1api20220131preview contains API Schema definitions for the managedidentity v1api20220131preview API group
APIVersion
(string
alias)
Value | Description |
---|---|
"2022-01-31-preview" |
FederatedIdentityCredential
Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/preview/2022-01-31-preview/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}p>
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||||||||
spec FederatedIdentityCredential_Spec |
|
||||||||||||||||
status FederatedIdentityCredential_STATUS |
FederatedIdentityCredentialOperatorSpec
(Appears on:FederatedIdentityCredential_Spec)
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Field | Description |
---|---|
configMapExpressions []genruntime/core.DestinationExpression |
ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions). |
secretExpressions []genruntime/core.DestinationExpression |
SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions). |
FederatedIdentityCredential_STATUS
(Appears on:FederatedIdentityCredential)
Field | Description |
---|---|
audiences []string |
Audiences: The list of audiences that can appear in the issued token. |
conditions []genruntime/conditions.Condition |
Conditions: The observed state of the resource |
id string |
Id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}p> |
issuer string |
Issuer: The URL of the issuer to be trusted. |
name string |
Name: The name of the resource |
subject string |
Subject: The identifier of the external identity. |
type string |
Type: The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” |
FederatedIdentityCredential_Spec
(Appears on:FederatedIdentityCredential)
Field | Description |
---|---|
audiences []string |
Audiences: The list of audiences that can appear in the issued token. |
azureName string |
AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. |
issuer string |
Issuer: The URL of the issuer to be trusted. |
issuerFromConfig genruntime.ConfigMapReference |
IssuerFromConfig: The URL of the issuer to be trusted. |
operatorSpec FederatedIdentityCredentialOperatorSpec |
OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure |
owner genruntime.KnownResourceReference |
Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a managedidentity.azure.com/UserAssignedIdentity resource |
subject string |
Subject: The identifier of the external identity. |
subjectFromConfig genruntime.ConfigMapReference |
SubjectFromConfig: The identifier of the external identity. |