managedidentity.azure.com/v1beta20181130
managedidentity.azure.com/v1beta20181130
Package v1beta20181130 contains API Schema definitions for the managedidentity v1beta20181130 API group
APIVersion
(string
alias)
Value | Description |
---|---|
"2018-11-30" |
Identity_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” |
Identity_StatusARM
Field | Description |
---|---|
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 |
properties UserAssignedIdentityProperties_StatusARM |
Properties: The properties associated with the identity. |
tags map[string]string |
Tags: Resource tags. |
type string |
Type: The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” |
UserAssignedIdentities_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 Azure region where the identity lives. |
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: Name-value pairs to add to the resource |
UserAssignedIdentities_SpecARM
Field | Description |
---|---|
location string |
Location: The Azure region where the identity lives. |
name string |
Name: The name of the identity resource. |
tags map[string]string |
Tags: Name-value pairs to add to the resource |
UserAssignedIdentity
Generated from: https://schema.management.azure.com/schemas/2018-11-30/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities
Field | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||
spec UserAssignedIdentities_Spec |
|
||||||||
status Identity_Status |
UserAssignedIdentityProperties_StatusARM
(Appears on:Identity_StatusARM)
Field | Description |
---|---|
clientId string |
ClientId: The id of the app associated with the identity. This is a random generated UUID by MSI. |
principalId string |
PrincipalId: The id of the service principal object associated with the created identity. |
tenantId string |
TenantId: The id of the tenant which the identity belongs to. |