MicrosoftGraphScopedRoleMembership 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.
scopedRoleMembership
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphScopedRoleMembershipTypeConverter))]
public class MicrosoftGraphScopedRoleMembership : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphScopedRoleMembership, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphScopedRoleMembershipTypeConverter))>]
type MicrosoftGraphScopedRoleMembership = class
interface IMicrosoftGraphScopedRoleMembership
interface IJsonSerializable
interface IMicrosoftGraphEntity
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphScopedRoleMembership
Implements IAssociativeArray(Of Object), IMicrosoftGraphScopedRoleMembership, IValidates
- Inheritance
-
MicrosoftGraphScopedRoleMembership
- Attributes
- Implements
Constructors
MicrosoftGraphScopedRoleMembership() |
Creates an new MicrosoftGraphScopedRoleMembership instance. |
Properties
AdministrativeUnitId |
Unique identifier for the administrative unit that the directory role is scoped to |
Id |
The unique idenfier for an entity. Read-only. |
Item[String] | |
RoleId |
Unique identifier for the directory role that the member is in. |
RoleMemberInfo |
identity |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphScopedRoleMembership. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphScopedRoleMembership. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphScopedRoleMembership. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphScopedRoleMembership, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphScopedRoleMembership into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |