SystemAssignedServiceIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Managed service identity (either system assigned, or none)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SystemAssignedServiceIdentityTypeConverter))]
public class SystemAssignedServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISystemAssignedServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SystemAssignedServiceIdentityTypeConverter))>]
type SystemAssignedServiceIdentity = class
interface ISystemAssignedServiceIdentity
interface IJsonSerializable
Public Class SystemAssignedServiceIdentity
Implements ISystemAssignedServiceIdentity
- Inheritance
-
SystemAssignedServiceIdentity
- Attributes
- Implements
Constructors
SystemAssignedServiceIdentity() |
Creates an new SystemAssignedServiceIdentity instance. |
Properties
PrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
TenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
Type |
Type of managed service identity (either system assigned, or none). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemAssignedServiceIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemAssignedServiceIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISystemAssignedServiceIdentity. |
FromJsonString(String) |
Creates a new instance of SystemAssignedServiceIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemAssignedServiceIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |