| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static IdpMetadata.Builder |
IdpMetadata.builder() |
IdpMetadata.Builder |
IdpMetadata.toBuilder() |
IdpMetadata.Builder |
IdpMetadata.Builder.url(String url)
The URL of the location containing the IdP metadata.
|
IdpMetadata.Builder |
IdpMetadata.Builder.xml(String xml)
The full IdP metadata, in XML format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdpMetadata.Builder> |
IdpMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SamlConfiguration.Builder |
SamlConfiguration.Builder.idpMetadata(Consumer<IdpMetadata.Builder> idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
Copyright © 2023. All rights reserved.