» oci_identity_idp_group_mapping
This resource provides the Idp Group Mapping resource in Oracle Cloud Infrastructure Identity service.
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:
-
group_id
- (Required) (Updatable) The OCID of the IAM Service group you want to map to the IdP group. -
identity_provider_id
- (Required) The OCID of the identity provider. -
idp_group_name
- (Required) (Updatable) The name of the IdP group you want to map.
** 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:
-
compartment_id
- The OCID of the tenancy containing theIdentityProvider
. -
group_id
- The OCID of the IAM Service group that is mapped to the IdP group. -
id
- The OCID of theIdpGroupMapping
. -
identity_provider_id
- The OCID of theIdentityProvider
this mapping belongs to. -
idp_group_name
- The name of the IdP group that is mapped to the IAM Service group. -
inactive_state
- The detailed status of INACTIVE lifecycleState. -
state
- The mapping's current state. -
time_created
- Date and time the mapping was created, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z