SystemAssignedIdentityAuthInfo 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 authentication info when authType is systemAssignedIdentity
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SystemAssignedIdentityAuthInfoTypeConverter))]
public class SystemAssignedIdentityAuthInfo : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISystemAssignedIdentityAuthInfo, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SystemAssignedIdentityAuthInfoTypeConverter))>]
type SystemAssignedIdentityAuthInfo = class
interface ISystemAssignedIdentityAuthInfo
interface IJsonSerializable
interface IAuthInfoBase
interface IDatabaseAadAuthInfo
interface IValidates
Public Class SystemAssignedIdentityAuthInfo
Implements ISystemAssignedIdentityAuthInfo, IValidates
- Inheritance
-
SystemAssignedIdentityAuthInfo
- Attributes
- Implements
Constructors
SystemAssignedIdentityAuthInfo() |
Creates an new SystemAssignedIdentityAuthInfo instance. |
Properties
AuthType |
The authentication type. |
DeleteOrUpdateBehavior |
Indicates whether to clean up previous operation when Linker is updating or deleting |
Role |
Optional, this value specifies the Azure role to be assigned |
UserName |
Username created in the database which is mapped to a user in AAD. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemAssignedIdentityAuthInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemAssignedIdentityAuthInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISystemAssignedIdentityAuthInfo. |
FromJsonString(String) |
Creates a new instance of SystemAssignedIdentityAuthInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemAssignedIdentityAuthInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |