interface IdpMetadataProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Grafana.CfnWorkspace.IdpMetadataProperty |
![]() | software.amazon.awscdk.services.grafana.CfnWorkspace.IdpMetadataProperty |
![]() | aws_cdk.aws_grafana.CfnWorkspace.IdpMetadataProperty |
![]() | @aws-cdk/aws-grafana » CfnWorkspace » IdpMetadataProperty |
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.
You can specify the metadata either by providing a URL to its location in the url
parameter, or by specifying the full metadata in XML format in the xml
parameter. Specifying both will cause an error.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as grafana from '@aws-cdk/aws-grafana';
const idpMetadataProperty: grafana.CfnWorkspace.IdpMetadataProperty = {
url: 'url',
xml: 'xml',
};
Properties
Name | Type | Description |
---|---|---|
url? | string | The URL of the location containing the IdP metadata. |
xml? | string | The full IdP metadata, in XML format. |
url?
Type:
string
(optional)
The URL of the location containing the IdP metadata.
xml?
Type:
string
(optional)
The full IdP metadata, in XML format.