Enum aws_sdk_grafana::model::IdpMetadata [−][src]
Expand description
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.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Url(String)
Tuple Fields
0: StringThe URL of the location containing the metadata.
Xml(String)
Tuple Fields
0: StringThe actual full metadata file, in XML format.
Unknown
The Unknown variant represents cases where new union variant was received. Consider upgrading the SDK to the latest available version.
An unknown enum variant
Note: If you encounter this error, consider upgrading your SDK to the latest version.
The Unknown variant represents cases where the server sent a value that wasn’t recognized
by the client. This can happen when the server adds new functionality, but the client has not been updated.
To investigate this, consider turning on debug logging to print the raw HTTP response.
Implementations
Returns true if the enum instance is the Unknown variant.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IdpMetadata
impl Send for IdpMetadata
impl Sync for IdpMetadata
impl Unpin for IdpMetadata
impl UnwindSafe for IdpMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more