Class PermissionSet
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.PermissionSet
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PermissionSet.Builder,PermissionSet>
@Generated("software.amazon.awssdk:codegen") public final class PermissionSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PermissionSet.Builder,PermissionSet>
An entity that contains IAM policies.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PermissionSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PermissionSet.Builder
builder()
Instant
createdDate()
The date that the permission set was created.String
description()
The description of the PermissionSet.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
name()
The name of the permission set.String
permissionSetArn()
The ARN of the permission set.String
relayState()
Used to redirect users within the application during the federation authentication process.List<SdkField<?>>
sdkFields()
static Class<? extends PermissionSet.Builder>
serializableBuilderClass()
String
sessionDuration()
The length of time that the application user sessions are valid for in the ISO-8601 standard.PermissionSet.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdDate
public final Instant createdDate()
The date that the permission set was created.
- Returns:
- The date that the permission set was created.
-
description
public final String description()
The description of the PermissionSet.
- Returns:
- The description of the PermissionSet.
-
name
public final String name()
The name of the permission set.
- Returns:
- The name of the permission set.
-
permissionSetArn
public final String permissionSetArn()
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
-
relayState
public final String relayState()
Used to redirect users within the application during the federation authentication process.
- Returns:
- Used to redirect users within the application during the federation authentication process.
-
sessionDuration
public final String sessionDuration()
The length of time that the application user sessions are valid for in the ISO-8601 standard.
- Returns:
- The length of time that the application user sessions are valid for in the ISO-8601 standard.
-
toBuilder
public PermissionSet.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PermissionSet.Builder,PermissionSet>
-
builder
public static PermissionSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends PermissionSet.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-