Class UpdateSaml2IdentityProviderDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateSaml2IdentityProviderDetails : UpdateIdentityProviderDetailsProperties
FreeformAttributes
Declaration
[JsonProperty(PropertyName = "freeformAttributes")]
public Dictionary<string, string> FreeformAttributes { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Extra name value pairs associated with this identity provider. Example: {"clientId": "app_sf3kdjf3"} | 
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public string Metadata { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The XML that contains the information required for federating. | 
MetadataUrl
Declaration
[JsonProperty(PropertyName = "metadataUrl")]
public string MetadataUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URL for retrieving the identity provider's metadata, which contains information required for federating. |