public static final class SamlProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SamlProviderProps
SamlProviderProps
SamlProviderProps.Builder, SamlProviderProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
SamlMetadataDocument |
getMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
java.lang.String |
getName()
The name of the provider to create.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final SamlMetadataDocument getMetadataDocument()
SamlProviderProps
getMetadataDocument
in interface SamlProviderProps
public final java.lang.String getName()
SamlProviderProps
This parameter allows a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Length must be between 1 and 128 characters.
Default: - a CloudFormation generated name
getName
in interface SamlProviderProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()