assignments_list_only
Lists assignments
in a region or regions, for all properties use assignments
Overview
Name | assignments_list_only |
Type | Resource |
Description | Resource Type definition for SSO assignmet |
Id | aws.sso.assignments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The sso instance that the permission set is owned. |
target_id | string | The account id to be provisioned. |
target_type | string | The type of resource to be provsioned to, only aws account now |
permission_set_arn | string | The permission set that the assignemt will be assigned |
principal_type | string | The assignee's type, user/group |
principal_id | string | The assignee's identifier, user id/group id |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all assignments
in a region.
SELECT
region,
instance_arn,
target_id,
target_type,
permission_set_arn,
principal_type,
principal_id
FROM aws.sso.assignments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the assignments_list_only
resource, see assignments