Class CfnDomainPropsMixin.IdpProperty
The SAML Identity Provider's information.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.IdpProperty : CfnDomainPropsMixin.IIdpProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.IdpProperty Implements CfnDomainPropsMixin.IIdpProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var idpProperty = new IdpProperty {
EntityId = "entityId",
MetadataContent = "metadataContent"
};
Synopsis
Constructors
| IdpProperty() | The SAML Identity Provider's information. |
Properties
| EntityId | The unique entity ID of the application in the SAML identity provider. |
| MetadataContent | The metadata of the SAML application, in XML format. |
Constructors
IdpProperty()
The SAML Identity Provider's information.
public IdpProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var idpProperty = new IdpProperty {
EntityId = "entityId",
MetadataContent = "metadataContent"
};
Properties
EntityId
The unique entity ID of the application in the SAML identity provider.
public string? EntityId { get; set; }
Property Value
Remarks
MetadataContent
The metadata of the SAML application, in XML format.
public string? MetadataContent { get; set; }