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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.grafana.CfnWorkspace.AssertionAttributesProperty
CfnWorkspace.AssertionAttributesProperty.Builder, CfnWorkspace.AssertionAttributesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspace.AssertionAttributesProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetEmail()The name of the attribute within the SAML assertion to use as the email names for SAML users.final StringThe name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.final StringgetLogin()The name of the attribute within the SAML assertion to use as the login names for SAML users.final StringgetName()The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.final StringgetOrg()The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.final StringgetRole()The name of the attribute within the SAML assertion to use as the user roles.final inthashCode()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.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the email names for SAML users.- Specified by:
getEmailin interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
getGroups
Description copied from interface:CfnWorkspace.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.- Specified by:
getGroupsin interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
getLogin
Description copied from interface:CfnWorkspace.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the login names for SAML users.- Specified by:
getLoginin interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
getName
Description copied from interface:CfnWorkspace.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.- Specified by:
getNamein interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
getOrg
Description copied from interface:CfnWorkspace.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.- Specified by:
getOrgin interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
getRole
Description copied from interface:CfnWorkspace.AssertionAttributesPropertyThe name of the attribute within the SAML assertion to use as the user roles.- Specified by:
getRolein interfaceCfnWorkspace.AssertionAttributesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-