Skip to main content

identity_provider

Gets an individual identity_provider resource

Overview

Nameidentity_provider
TypeResource
Descriptionidentity_provider
Idawscc.workspacesweb.identity_provider

Fields

NameDatatypeDescription
identity_provider_arnstring
identity_provider_detailsobject
identity_provider_namestring
identity_provider_typestring
portal_arnstring
regionstringAWS 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