managedidentity.azure.com/v1api20230131
managedidentity.azure.com/v1api20230131
Package v1api20230131 contains API Schema definitions for the managedidentity v1api20230131 API group
APIVersion
(string
alias)
Value | Description |
---|---|
"2023-01-31" |
FederatedIdentityCredential
Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/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. E.g. “/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. |
systemData SystemData_STATUS |
SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information. |
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. |
SystemData_CreatedByType_STATUS
(string
alias)
(Appears on:SystemData_STATUS)
Value | Description |
---|---|
"Application" |
|
"Key" |
|
"ManagedIdentity" |
|
"User" |
SystemData_LastModifiedByType_STATUS
(string
alias)
(Appears on:SystemData_STATUS)
Value | Description |
---|---|
"Application" |
|
"Key" |
|
"ManagedIdentity" |
|
"User" |
SystemData_STATUS
(Appears on:FederatedIdentityCredential_STATUS, UserAssignedIdentity_STATUS)
Metadata pertaining to creation and last modification of the resource.
Field | Description |
---|---|
createdAt string |
CreatedAt: The timestamp of resource creation (UTC). |
createdBy string |
CreatedBy: The identity that created the resource. |
createdByType SystemData_CreatedByType_STATUS |
CreatedByType: The type of identity that created the resource. |
lastModifiedAt string |
LastModifiedAt: The timestamp of resource last modification (UTC) |
lastModifiedBy string |
LastModifiedBy: The identity that last modified the resource. |
lastModifiedByType SystemData_LastModifiedByType_STATUS |
LastModifiedByType: The type of identity that last modified the resource. |
UserAssignedIdentity
Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}p>
Field | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||
spec UserAssignedIdentity_Spec |
|
||||||||||
status UserAssignedIdentity_STATUS |
UserAssignedIdentityOperatorConfigMaps
(Appears on:UserAssignedIdentityOperatorSpec)
Field | Description |
---|---|
clientId genruntime.ConfigMapDestination |
ClientId: indicates where the ClientId config map should be placed. If omitted, no config map will be created. |
principalId genruntime.ConfigMapDestination |
PrincipalId: indicates where the PrincipalId config map should be placed. If omitted, no config map will be created. |
tenantId genruntime.ConfigMapDestination |
TenantId: indicates where the TenantId config map should be placed. If omitted, no config map will be created. |
UserAssignedIdentityOperatorSecrets
(Appears on:UserAssignedIdentityOperatorSpec)
Field | Description |
---|---|
clientId genruntime.SecretDestination |
ClientId: indicates where the ClientId secret should be placed. If omitted, the secret will not be retrieved from Azure. |
principalId genruntime.SecretDestination |
PrincipalId: indicates where the PrincipalId secret should be placed. If omitted, the secret will not be retrieved from Azure. |
tenantId genruntime.SecretDestination |
TenantId: indicates where the TenantId secret should be placed. If omitted, the secret will not be retrieved from Azure. |
UserAssignedIdentityOperatorSpec
(Appears on:UserAssignedIdentity_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). |
configMaps UserAssignedIdentityOperatorConfigMaps |
ConfigMaps: configures where to place operator written ConfigMaps. |
secretExpressions []genruntime/core.DestinationExpression |
SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions). |
secrets UserAssignedIdentityOperatorSecrets |
Secrets: configures where to place Azure generated secrets. |
UserAssignedIdentity_STATUS
(Appears on:UserAssignedIdentity)
Field | Description |
---|---|
clientId string |
ClientId: The id of the app associated with the identity. This is a random generated UUID by MSI. |
conditions []genruntime/conditions.Condition |
Conditions: The observed state of the resource |
id string |
Id: Fully qualified resource ID for the resource. E.g. “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”p> |
location string |
Location: The geo-location where the resource lives |
name string |
Name: The name of the resource |
principalId string |
PrincipalId: The id of the service principal object associated with the created identity. |
systemData SystemData_STATUS |
SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags map[string]string |
Tags: Resource tags. |
tenantId string |
TenantId: The id of the tenant which the identity belongs to. |
type string |
Type: The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” |
UserAssignedIdentity_Spec
(Appears on:UserAssignedIdentity)
Field | Description |
---|---|
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. |
location string |
Location: The geo-location where the resource lives |
operatorSpec UserAssignedIdentityOperatorSpec |
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 resources.azure.com/ResourceGroup resource |
tags map[string]string |
Tags: Resource tags. |