Class CfnWorkspace.AssertionAttributesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.grafana.CfnWorkspace.AssertionAttributesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspace.AssertionAttributesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWorkspace.AssertionAttributesProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspace.AssertionAttributesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspace.AssertionAttributesProperty
An implementation for
CfnWorkspace.AssertionAttributesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.grafana.CfnWorkspace.AssertionAttributesProperty
CfnWorkspace.AssertionAttributesProperty.Builder, CfnWorkspace.AssertionAttributesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkspace.AssertionAttributesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getEmail()
The name of the attribute within the SAML assertion to use as the email names for SAML users.final String
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.final String
getLogin()
The name of the attribute within the SAML assertion to use as the login names for SAML users.final String
getName()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.final String
getOrg()
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.final String
getRole()
The name of the attribute within the SAML assertion to use as the user roles.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWorkspace.AssertionAttributesProperty.Builder
.
-
-
Method Details
-
getEmail
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the email names for SAML users.- Specified by:
getEmail
in interfaceCfnWorkspace.AssertionAttributesProperty
-
getGroups
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.- Specified by:
getGroups
in interfaceCfnWorkspace.AssertionAttributesProperty
-
getLogin
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the login names for SAML users.- Specified by:
getLogin
in interfaceCfnWorkspace.AssertionAttributesProperty
-
getName
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.- Specified by:
getName
in interfaceCfnWorkspace.AssertionAttributesProperty
-
getOrg
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.- Specified by:
getOrg
in interfaceCfnWorkspace.AssertionAttributesProperty
-
getRole
Description copied from interface:CfnWorkspace.AssertionAttributesProperty
The name of the attribute within the SAML assertion to use as the user roles.- Specified by:
getRole
in interfaceCfnWorkspace.AssertionAttributesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-