Struct aws_sdk_ssoadmin::model::PermissionSet [−][src]
#[non_exhaustive]pub struct PermissionSet {
pub name: Option<String>,
pub permission_set_arn: Option<String>,
pub description: Option<String>,
pub created_date: Option<DateTime>,
pub session_duration: Option<String>,
pub relay_state: Option<String>,
}
Expand description
An entity that contains IAM policies.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the permission set.
permission_set_arn: Option<String>
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.
description: Option<String>
The description of the PermissionSet
.
created_date: Option<DateTime>
The date that the permission set was created.
session_duration: Option<String>
The length of time that the application user sessions are valid for in the ISO-8601 standard.
relay_state: Option<String>
Used to redirect users within the application during the federation authentication process.
Implementations
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.
The description of the PermissionSet
.
The date that the permission set was created.
The length of time that the application user sessions are valid for in the ISO-8601 standard.
Used to redirect users within the application during the federation authentication process.
Creates a new builder-style object to manufacture PermissionSet
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PermissionSet
impl Send for PermissionSet
impl Sync for PermissionSet
impl Unpin for PermissionSet
impl UnwindSafe for PermissionSet
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more