managedidentity.azure.com/v1api20181130
managedidentity.azure.com/v1api20181130
Package v1api20181130 contains API Schema definitions for the managedidentity v1api20181130 API group
APIVersion
(string
alias)
Value | Description |
---|---|
"2018-11-30" |
UserAssignedIdentity
Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2018-11-30/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. |
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). |
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. Ex - /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. |
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. |