oci_identity_idp_group_mapping

This resource provides the Idp Group Mapping resource in Oracle Cloud Infrastructure Identity service.

Deprecated. For more information, see Deprecated IAM Service APIs.

Creates a single mapping between an IdP group and an IAM Service group.

Example Usage

resource "oci_identity_idp_group_mapping" "test_idp_group_mapping" {
	#Required
	group_id = oci_identity_group.test_group.id
	identity_provider_id = oci_identity_identity_provider.test_identity_provider.id
	idp_group_name = var.idp_group_mapping_idp_group_name
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Idp Group Mapping * update - (Defaults to 20 minutes), when updating the Idp Group Mapping * delete - (Defaults to 20 minutes), when destroying the Idp Group Mapping

Import

IdpGroupMappings can be imported using the id, e.g.

$ terraform import oci_identity_idp_group_mapping.test_idp_group_mapping "identityProviders/{identityProviderId}/groupMappings/{mappingId}"