identity_provider
Gets an individual identity_provider
resource
Overview
Name | identity_provider |
Type | Resource |
Description | identity_provider |
Id | awscc.workspacesweb.identity_provider |
Fields
Name | Datatype | Description |
---|---|---|
identity_provider_arn | string | |
identity_provider_details | object | |
identity_provider_name | string | |
identity_provider_type | string | |
portal_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
identity_provider_arn,
identity_provider_details,
identity_provider_name,
identity_provider_type,
portal_arn
FROM awscc.workspacesweb.identity_provider
WHERE data__Identifier = '<IdentityProviderArn>';
Permissions
To operate on the identity_provider
resource, the following permissions are required:
Read
workspaces-web:GetIdentityProvider,
workspaces-web:ListIdentityProviders,
workspaces-web:ListTagsForResource
Update
workspaces-web:UpdateIdentityProvider,
workspaces-web:TagResource,
workspaces-web:UntagResource,
workspaces-web:GetIdentityProvider,
workspaces-web:ListIdentityProviders,
workspaces-web:ListTagsForResource
Delete
workspaces-web:GetIdentityProvider,
workspaces-web:DeleteIdentityProvider