Class UserAssignedIdentityState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Msi
Assembly: Pulumi.Azure.dll
Syntax
public sealed class UserAssignedIdentityState : ResourceArgs
Constructors
View SourceUserAssignedIdentityState()
Declaration
public UserAssignedIdentityState()
Properties
View SourceClientId
Client ID associated with the user assigned identity.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location/region where the user assigned identity is created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the user assigned identity. Changing this forces a new identity to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrincipalId
Service Principal ID associated with the user assigned identity.
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the user assigned identity.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |