SystemAssignedIdentityProperties 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.
The properties associated with the system assigned identity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter))]
public class SystemAssignedIdentityProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter))>]
type SystemAssignedIdentityProperties = class
interface ISystemAssignedIdentityProperties
interface IJsonSerializable
Public Class SystemAssignedIdentityProperties
Implements ISystemAssignedIdentityProperties
- Inheritance
-
SystemAssignedIdentityProperties
- Attributes
- Implements
Constructors
SystemAssignedIdentityProperties() |
Creates an new SystemAssignedIdentityProperties instance. |
Properties
ClientId |
The id of the app associated with the identity. This is a random generated UUID by MSI. |
ClientSecretUrl |
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials. |
PrincipalId |
The id of the service principal object associated with the created identity. |
TenantId |
The id of the tenant which the identity belongs to. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemAssignedIdentityProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemAssignedIdentityProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties. |
FromJsonString(String) |
Creates a new instance of SystemAssignedIdentityProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemAssignedIdentityProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |