Show / Hide Table of Contents

Class UpdateSaml2IdentityProviderDetails

Inheritance
System.Object
UpdateIdentityProviderDetails
UpdateSaml2IdentityProviderDetails
Inherited Members
UpdateIdentityProviderDetails.Description
UpdateIdentityProviderDetails.FreeformTags
UpdateIdentityProviderDetails.DefinedTags
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateSaml2IdentityProviderDetails : UpdateIdentityProviderDetails

Properties

FreeformAttributes

Declaration
public System.Collections.Generic.Dictionary<string, string> FreeformAttributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

Extra name value pairs associated with this identity provider. Example: {"clientId": "app_sf3kdjf3"}

Metadata

Declaration
public string Metadata { get; set; }
Property Value
Type Description
System.String

The XML that contains the information required for federating.

MetadataUrl

Declaration
public string MetadataUrl { get; set; }
Property Value
Type Description
System.String

The URL for retrieving the identity provider's metadata, which contains information required for federating.

In This Article
Back to top