permission_sets_list_only
Lists permission_sets
in a region or regions, for all properties use permission_sets
Overview
Name | permission_sets_list_only |
Type | Resource |
Description | Resource Type definition for SSO PermissionSet |
Id | aws.sso.permission_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this permission set. |
permission_set_arn | string | The permission set that the policy will be attached to |
description | string | The permission set description. |
instance_arn | string | The sso instance arn that the permission set is owned. |
session_duration | string | The length of time that a user can be signed in to an AWS account. |
relay_state_type | string | The relay state URL that redirect links to any service in the AWS Management Console. |
managed_policies | array | |
inline_policy | object | The inline policy to put in permission set. |
tags | array | |
customer_managed_policy_references | array | |
permissions_boundary | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all permission_sets
in a region.
SELECT
region,
instance_arn,
permission_set_arn
FROM aws.sso.permission_sets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the permission_sets_list_only
resource, see permission_sets