Share via


ManagedIdentityCredential Class

Definition

Managed identity credential.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ManagedIdentity")]
public class ManagedIdentityCredential : Microsoft.Azure.Management.DataFactory.Models.Credential
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ManagedIdentity")>]
type ManagedIdentityCredential = class
    inherit Credential
Public Class ManagedIdentityCredential
Inherits Credential
Inheritance
ManagedIdentityCredential
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ManagedIdentityCredential()

Initializes a new instance of the ManagedIdentityCredential class.

ManagedIdentityCredential(IDictionary<String,Object>, String, IList<Object>, String)

Initializes a new instance of the ManagedIdentityCredential class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Credential)
Annotations

Gets or sets list of tags that can be used for describing the Credential.

(Inherited from Credential)
Description

Gets or sets credential description.

(Inherited from Credential)
ResourceId

Gets or sets the resource id of user assigned managed identity

Applies to