InstanceAccessControlAttributesAttribute class

Constructors

InstanceAccessControlAttributesAttribute({required Input<String> key, required Input<List<InstanceAccessControlAttributesAttributeValue>> values})
Creates a new InstanceAccessControlAttributesAttribute. key The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO. values The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue
const
InstanceAccessControlAttributesAttribute.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key → Input<String>
The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values → Input<List<InstanceAccessControlAttributesAttributeValue>>
The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited