Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserAssignedIdentityProperties_STATUS ¶
type UserAssignedIdentityProperties_STATUS struct { // ClientId: The id of the app associated with the identity. This is a random generated UUID by MSI. ClientId *string `json:"clientId,omitempty"` // PrincipalId: The id of the service principal object associated with the created identity. PrincipalId *string `json:"principalId,omitempty"` // TenantId: The id of the tenant which the identity belongs to. TenantId *string `json:"tenantId,omitempty"` }
The properties associated with the user assigned identity.
type UserAssignedIdentity_STATUS ¶
type UserAssignedIdentity_STATUS struct { // Id: Fully qualified resource ID for the resource. Ex - // /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} Id *string `json:"id,omitempty"` // Location: The geo-location where the resource lives Location *string `json:"location,omitempty"` // Name: The name of the resource Name *string `json:"name,omitempty"` // Properties: The properties associated with the identity. Properties *UserAssignedIdentityProperties_STATUS `json:"properties,omitempty"` // Tags: Resource tags. Tags map[string]string `json:"tags,omitempty"` // Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
type UserAssignedIdentity_Spec ¶
type UserAssignedIdentity_Spec struct { // Location: The geo-location where the resource lives Location *string `json:"location,omitempty"` Name string `json:"name,omitempty"` // Tags: Resource tags. Tags map[string]string `json:"tags,omitempty"` }
func (UserAssignedIdentity_Spec) GetAPIVersion ¶
func (identity UserAssignedIdentity_Spec) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2018-11-30"
func (*UserAssignedIdentity_Spec) GetName ¶
func (identity *UserAssignedIdentity_Spec) GetName() string
GetName returns the Name of the resource
func (*UserAssignedIdentity_Spec) GetType ¶
func (identity *UserAssignedIdentity_Spec) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.ManagedIdentity/userAssignedIdentities"
Click to show internal directories.
Click to hide internal directories.