Show / Hide Table of Contents

Class CreateSaml2IdentityProviderDetails

Inheritance
System.Object
CreateIdentityProviderDetails
CreateSaml2IdentityProviderDetails
Inherited Members
CreateIdentityProviderDetails.CompartmentId
CreateIdentityProviderDetails.Name
CreateIdentityProviderDetails.Description
CreateIdentityProviderDetails.ProductType
CreateIdentityProviderDetails.FreeformTags
CreateIdentityProviderDetails.DefinedTags
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateSaml2IdentityProviderDetails : CreateIdentityProviderDetails

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.

Remarks

Required

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.

Remarks

Required

In This Article
Back to top