Class GetVirtualMachineIdentityResult
Inheritance
System.Object
GetVirtualMachineIdentityResult
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.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetVirtualMachineIdentityResult
Fields
View SourceIdentityIds
The list of User Managed Identity ID's which are assigned to the Virtual Machine.
Declaration
public readonly ImmutableArray<string> IdentityIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
PrincipalId
The ID of the System Managed Service Principal assigned to the Virtual Machine.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The ID of the Tenant of the System Managed Service Principal assigned to the Virtual Machine.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The identity type of the Managed Identity assigned to the Virtual Machine.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |