IdentityUpdate 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.
Describes an identity resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IdentityUpdate : Microsoft.Azure.Management.ManagedServiceIdentity.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IdentityUpdate = class
inherit Resource
Public Class IdentityUpdate
Inherits Resource
- Inheritance
- Attributes
Constructors
IdentityUpdate() |
Initializes a new instance of the IdentityUpdate class. |
IdentityUpdate(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) |
Initializes a new instance of the IdentityUpdate class. |
Properties
ClientId |
Gets the id of the app associated with the identity. This is a random generated UUID by MSI. |
Id |
Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets or sets the geo-location where the resource lives |
Name |
Gets the name of the resource (Inherited from Resource) |
PrincipalId |
Gets the id of the service principal object associated with the created identity. |
Tags |
Gets or sets resource tags |
TenantId |
Gets the id of the tenant which the identity belongs to. |
Type |
Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from Resource) |
Applies to
Azure SDK for .NET