iam_delete_open_id_connect_provider {paws.security.identity}R Documentation

Deletes an OpenID Connect identity provider (IdP) resource object in IAM

Description

Deletes an OpenID Connect identity provider (IdP) resource object in IAM.

See https://www.paws-r-sdk.com/docs/iam_delete_open_id_connect_provider/ for full documentation.

Usage

iam_delete_open_id_connect_provider(OpenIDConnectProviderArn)

Arguments

OpenIDConnectProviderArn

[required] The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the list_open_id_connect_providers operation.


[Package paws.security.identity version 0.9.0 Index]