IdpMetadata
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.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- url
-
The URL of the location containing the IdP metadata.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- xml
-
The full IdP metadata, in XML format.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: