IdentityProvidersCustomOpenIdConnectProviders 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.
The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersCustomOpenIdConnectProvidersTypeConverter))]
public class IdentityProvidersCustomOpenIdConnectProviders : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIdentityProvidersCustomOpenIdConnectProviders, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomOpenIdConnectProvider>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersCustomOpenIdConnectProvidersTypeConverter))>]
type IdentityProvidersCustomOpenIdConnectProviders = class
interface IIdentityProvidersCustomOpenIdConnectProviders
interface IJsonSerializable
interface IAssociativeArray<ICustomOpenIdConnectProvider>
Public Class IdentityProvidersCustomOpenIdConnectProviders
Implements IAssociativeArray(Of ICustomOpenIdConnectProvider), IIdentityProvidersCustomOpenIdConnectProviders
- Inheritance
-
IdentityProvidersCustomOpenIdConnectProviders
- Attributes
- Implements
Constructors
IdentityProvidersCustomOpenIdConnectProviders() |
Creates an new IdentityProvidersCustomOpenIdConnectProviders instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, ICustomOpenIdConnectProvider) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IdentityProvidersCustomOpenIdConnectProviders. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IdentityProvidersCustomOpenIdConnectProviders. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIdentityProvidersCustomOpenIdConnectProviders. |
FromJsonString(String) |
Creates a new instance of IdentityProvidersCustomOpenIdConnectProviders, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IdentityProvidersCustomOpenIdConnectProviders into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, ICustomOpenIdConnectProvider) |
Operators
Implicit(IdentityProvidersCustomOpenIdConnectProviders to Dictionary<String,ICustomOpenIdConnectProvider>) |