MicrosoftGraphIdentityProviderBase Class

Definition

identityProviderBase

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphIdentityProviderBaseTypeConverter))]
public class MicrosoftGraphIdentityProviderBase : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphIdentityProviderBase, 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.MicrosoftGraphIdentityProviderBaseTypeConverter))>]
type MicrosoftGraphIdentityProviderBase = class
    interface IMicrosoftGraphIdentityProviderBase
    interface IJsonSerializable
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphIdentityProviderBase
Implements IAssociativeArray(Of Object), IMicrosoftGraphIdentityProviderBase, IValidates
Inheritance
MicrosoftGraphIdentityProviderBase
Attributes
Implements

Constructors

MicrosoftGraphIdentityProviderBase()

Creates an new MicrosoftGraphIdentityProviderBase instance.

Properties

DisplayName

The display name of the identity provider.

Id

The unique idenfier for an entity. Read-only.

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphIdentityProviderBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphIdentityProviderBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphIdentityProviderBase.

FromJsonString(String)

Creates a new instance of MicrosoftGraphIdentityProviderBase, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphIdentityProviderBase 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

Applies to