| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
IdpMetadata |
IdpMetadata.clone() |
IdpMetadata |
SamlConfiguration.getIdpMetadata()
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
IdpMetadata |
IdpMetadata.withUrl(String url)
The URL of the location containing the IdP metadata.
|
IdpMetadata |
IdpMetadata.withXml(String xml)
The full IdP metadata, in XML format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlConfiguration.setIdpMetadata(IdpMetadata idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
SamlConfiguration |
SamlConfiguration.withIdpMetadata(IdpMetadata idpMetadata)
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this
workspace.
|
Copyright © 2024. All rights reserved.