MicrosoftGraphSamlOrWsFedProvider Class

Definition

samlOrWsFedProvider

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

Constructors

MicrosoftGraphSamlOrWsFedProvider()

Creates an new MicrosoftGraphSamlOrWsFedProvider instance.

Properties

DisplayName

The display name of the identity provider.

Id

The unique idenfier for an entity. Read-only.

IssuerUri

Issuer URI of the federation server.

Item[String]
MetadataExchangeUri

URI of the metadata exchange endpoint used for authentication from rich client applications.

PassiveSignInUri

URI that web-based clients are directed to when signing in to Azure Active Directory (Azure AD) services.

PreferredAuthenticationProtocol

authenticationProtocol

SigningCertificate

Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated. Azure AD updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Azure AD monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphSamlOrWsFedProvider.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphSamlOrWsFedProvider.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

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