IMSGraphIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MSGraphIdentityTypeConverter))]
public interface IMSGraphIdentity : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MSGraphIdentityTypeConverter))>]
type IMSGraphIdentity = interface
interface IJsonSerializable
Public Interface IMSGraphIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| ApplicationId |
key: id of application |
| AppRoleAssignmentId |
key: id of appRoleAssignment |
| DirectoryObjectId |
The unique identifier of directoryObject |
| FederatedIdentityCredentialId |
key: id of federatedIdentityCredential |
| GroupId |
key: id of group |
| Id |
Resource identity path |
| MemberId |
key: id of member |
| ServicePrincipalId |
key: id of servicePrincipal |
| UserId |
key: id of user |
Methods
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |