This resource provides the Group resource in Oracle Cloud Infrastructure Identity Domains service.
Create a group.
resource "oci_identity_domains_group" "test_group" {
#Required
display_name = var.group_display_name
idcs_endpoint = data.oci_identity_domain.test_domain.url
schemas = ["urn:ietf:params:scim:schemas:core:2.0:Group"]
#Optional
attribute_sets = []
attributes = ""
authorization = var.group_authorization
external_id = "externalId"
id = var.group_id
members {
#Required
type = var.group_members_type
value = var.group_members_value
#Optional
ocid = var.group_members_ocid
}
non_unique_display_name = var.group_non_unique_display_name
ocid = var.group_ocid
resource_type_schema_version = var.group_resource_type_schema_version
tags {
#Required
key = var.group_tags_key
value = var.group_tags_value
}
urnietfparamsscimschemasoracleidcsextension_oci_tags {
#Optional
defined_tags {
#Required
key = var.group_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key
namespace = var.group_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace
value = var.group_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value
}
freeform_tags {
#Required
key = var.group_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key
value = var.group_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value
}
}
urnietfparamsscimschemasoracleidcsextensiondynamic_group {
#Optional
membership_rule = var.group_urnietfparamsscimschemasoracleidcsextensiondynamic_group_membership_rule
membership_type = var.group_urnietfparamsscimschemasoracleidcsextensiondynamic_group_membership_type
}
urnietfparamsscimschemasoracleidcsextensiongroup_group {
#Optional
creation_mechanism = var.group_urnietfparamsscimschemasoracleidcsextensiongroup_group_creation_mechanism
description = var.group_urnietfparamsscimschemasoracleidcsextensiongroup_group_description
owners {
#Required
type = var.group_urnietfparamsscimschemasoracleidcsextensiongroup_group_owners_type
value = var.group_urnietfparamsscimschemasoracleidcsextensiongroup_group_owners_value
}
}
urnietfparamsscimschemasoracleidcsextensionposix_group {
#Optional
gid_number = var.group_urnietfparamsscimschemasoracleidcsextensionposix_group_gid_number
}
urnietfparamsscimschemasoracleidcsextensionrequestable_group {
#Optional
requestable = var.group_urnietfparamsscimschemasoracleidcsextensionrequestable_group_requestable
}
}
The following arguments are supported:
attribute_sets
- (Optional) (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.attributes
- (Optional) (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.authorization
- (Optional) (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.compartment_ocid
- (Optional) (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
delete_in_progress
- (Optional) (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
display_name
- (Required) (Updatable) The Group display name.
SCIM++ Properties:
domain_ocid
- (Optional) (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
external_id
- (Optional) (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
SCIM++ Properties:
id
- (Optional) (Updatable) Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
SCIM++ Properties:
idcs_created_by
- (Optional) (Updatable) The User or App who created the Resource
SCIM++ Properties:
display
- (Optional) (Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
ocid
- (Optional) (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
ref
- (Optional) (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
type
- (Optional) (Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
value
- (Required) (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
idcs_endpoint
- (Required) The basic endpoint for the identity domainidcs_last_modified_by
- (Optional) (Updatable) The User or App who modified the Resource
SCIM++ Properties:
display
- (Optional) (Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
ocid
- (Optional) (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
ref
- (Optional) (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
type
- (Optional) (Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
value
- (Required) (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
idcs_last_upgraded_in_release
- (Optional) (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
idcs_prevented_operations
- (Optional) (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
members
- (Optional) (Updatable) The group members. Important: When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
SCIM++ Properties:
date_added
- (Optional) (Updatable) The date and time that the member was added to the group.
Added In: 2012271618
SCIM++ Properties:
display
- (Optional) (Updatable) The member's display name.
SCIM++ Properties:
membership_ocid
- (Optional) (Updatable) The membership OCID.
Added In: 2102181953
SCIM++ Properties:
name
- (Optional) (Updatable) The member's name.
SCIM++ Properties:
ocid
- (Optional) (Updatable) The OCID of the member of this group.
Added In: 2012271618
SCIM++ Properties:
ref
- (Optional) (Updatable) The URI that corresponds to the member Resource of this group.
SCIM++ Properties:
type
- (Required) (Updatable) Indicates the type of resource, for example, User or Group.
SCIM++ Properties:
value
- (Required) (Updatable) The ID of the member of this Group
SCIM++ Properties:
meta
- (Optional) (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
created
- (Optional) (Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
last_modified
- (Optional) (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
location
- (Optional) (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
resource_type
- (Optional) (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
version
- (Optional) (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
non_unique_display_name
- (Optional) (Updatable) A human readable name for the group as defined by the Service Consumer.
Added In: 2011192329
SCIM++ Properties:
ocid
- (Optional) (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
resource_type_schema_version
- (Optional) (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.schemas
- (Required) (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
tags
- (Optional) (Updatable) A list of tags on this resource.
SCIM++ Properties:
key
- (Required) (Updatable) Key or name of the tag.
SCIM++ Properties:
value
- (Required) (Updatable) Value of the tag.
SCIM++ Properties:
tenancy_ocid
- (Optional) (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextension_oci_tags
- (Optional) (Updatable) Oracle Cloud Infrastructure Tags.
defined_tags
- (Optional) (Updatable) Oracle Cloud Infrastructure Defined Tags
Added In: 2011192329
SCIM++ Properties:
key
- (Required) (Updatable) Oracle Cloud Infrastructure Tag key
Added In: 2011192329
SCIM++ Properties:
namespace
- (Required) (Updatable) Oracle Cloud Infrastructure Tag namespace
Added In: 2011192329
SCIM++ Properties:
value
- (Required) (Updatable) Oracle Cloud Infrastructure Tag value
Added In: 2011192329
SCIM++ Properties:
freeform_tags
- (Optional) (Updatable) Oracle Cloud Infrastructure Freeform Tags
Added In: 2011192329
SCIM++ Properties:
key
- (Required) (Updatable) Oracle Cloud Infrastructure Tag key
Added In: 2011192329
SCIM++ Properties:
value
- (Required) (Updatable) Oracle Cloud Infrastructure Tag value
Added In: 2011192329
SCIM++ Properties:
tag_slug
- (Optional) (Updatable) Oracle Cloud Infrastructure Tag slug
Added In: 2011192329
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiondbcs_group
- (Optional) (Updatable) Schema for Database Service Resource
domain_level_schema
- (Optional) (Updatable) DBCS Domain-level schema-name. This attribute refers implicitly to a value of 'domainLevelSchemaNames' for a particular DB Domain.
Added In: 18.2.4
SCIM++ Properties:
domain_level_schema_names
- (Optional) (Updatable) DBCS Domain-level schema-names. Each value is specific to a DB Domain.
Added In: 18.2.4
SCIM++ Properties:
domain_name
- (Required) (Updatable) DBCS Domain Name
Added In: 18.2.4
SCIM++ Properties:
schema_name
- (Required) (Updatable) The DBCS schema-name granted to this group in the DB domain that 'domainName' specifies.
Added In: 18.2.4
SCIM++ Properties:
instance_level_schema
- (Optional) (Updatable) DBCS instance-level schema-name. This attribute refers implicitly to a value of 'instanceLevelSchemaNames' for a particular DB Instance.
Added In: 18.2.4
SCIM++ Properties:
instance_level_schema_names
- (Optional) (Updatable) DBCS instance-level schema-names. Each schema-name is specific to a DB Instance.
Added In: 18.2.4
SCIM++ Properties:
db_instance_id
- (Required) (Updatable) App Id of DBCS App instance
Added In: 18.2.4
SCIM++ Properties:
schema_name
- (Required) (Updatable) The DBCS schema-name granted to this Group for the DB instance that 'dbInstanceId' specifies.
Added In: 18.2.4
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiondynamic_group
- (Optional) (Updatable) Dynamic Group
membership_rule
- (Optional) (Updatable) Membership rule
Added In: 19.2.1
SCIM++ Properties:
membership_type
- (Optional) (Updatable) Membership type
Added In: 19.2.1
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiongroup_group
- (Optional) (Updatable) Oracle Identity Cloud Service Group
app_roles
- (Optional) (Updatable) A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
admin_role
- (Optional) (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.
SCIM++ Properties:
app_id
- (Optional) (Updatable) ID of parent App. READ-ONLY.
SCIM++ Properties:
app_name
- (Optional) (Updatable) Name of parent App. READ-ONLY.
SCIM++ Properties:
display
- (Optional) (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.
SCIM++ Properties:
legacy_group_name
- (Optional) (Updatable) The name of the legacy group associated with this AppRole.
SCIM++ Properties:
ref
- (Optional) (Updatable) The URI of the corresponding appRole resource to which the user belongs
SCIM++ Properties:
type
- (Optional) (Updatable) A label indicating the attribute's function; e.g., 'direct' or 'indirect'.
SCIM++ Properties:
value
- (Required) (Updatable) The identifier of the appRole
SCIM++ Properties:
creation_mechanism
- (Optional) (Updatable) Source from which this group got created.
SCIM++ Properties:
description
- (Optional) (Updatable) Group description
SCIM++ Properties:
grants
- (Optional) (Updatable) Grants assigned to group
SCIM++ Properties:
app_id
- (Optional) (Updatable) App identifier
SCIM++ Properties:
grant_mechanism
- (Optional) (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
SCIM++ Properties:
ref
- (Optional) (Updatable) Grant URI
SCIM++ Properties:
value
- (Optional) (Updatable) Grant identifier
SCIM++ Properties:
owners
- (Optional) (Updatable) Group owners
SCIM++ Properties:
display
- (Optional) (Updatable) Owner display name
SCIM++ Properties:
ref
- (Optional) (Updatable) The URI that corresponds to the owning Resource of this Group
SCIM++ Properties:
type
- (Required) (Updatable) Indicates the type of resource--for example, User or Group
SCIM++ Properties:
value
- (Required) (Updatable) ID of the owner of this Group
SCIM++ Properties:
password_policy
- (Optional) (Updatable) Password Policy associated with this Group.
Added In: 20.1.3
SCIM++ Properties:
name
- (Optional) (Updatable) PasswordPolicy Name
Added In: 20.1.3
SCIM++ Properties:
priority
- (Optional) (Updatable) PasswordPolicy priority
Added In: 20.1.3
SCIM++ Properties:
ref
- (Optional) (Updatable) PasswordPolicy URI
Added In: 20.1.3
SCIM++ Properties:
value
- (Required) (Updatable) The ID of the PasswordPolicy.
Added In: 20.1.3
SCIM++ Properties:
synced_from_app
- (Optional) (Updatable) The entity that created this Group.
Added In: 18.4.2
SCIM++ Properties:
display
- (Optional) (Updatable) App Display Name
Added In: 18.4.2
SCIM++ Properties:
ref
- (Optional) (Updatable) App URI
Added In: 18.4.2
SCIM++ Properties:
type
- (Required) (Updatable) The type of the entity that created this Group.
Added In: 18.4.2
SCIM++ Properties:
value
- (Required) (Updatable) The ID of the App.
Added In: 18.4.2
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensionposix_group
- (Optional) (Updatable) POSIX Group extension
gid_number
- (Optional) (Updatable) Integer uniquely identifying a group in a POSIX administrative domain
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensionrequestable_group
- (Optional) (Updatable) Requestable Group
requestable
- (Optional) (Updatable) Flag controlling whether group membership can be request by user through self service console.
Added In: 17.3.4
SCIM++ Properties:
* 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
The following attributes are exported:
compartment_ocid
- Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
delete_in_progress
- A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
display_name
- The Group display name.
SCIM++ Properties:
domain_ocid
- Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
external_id
- An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
SCIM++ Properties:
id
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
SCIM++ Properties:
idcs_created_by
- The User or App who created the Resource
SCIM++ Properties:
display
- The displayName of the User or App who created this Resource
SCIM++ Properties:
ocid
- The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
ref
- The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
type
- The type of resource, User or App, that created this Resource
SCIM++ Properties:
value
- The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
idcs_last_modified_by
- The User or App who modified the Resource
SCIM++ Properties:
display
- The displayName of the User or App who modified this Resource
SCIM++ Properties:
ocid
- The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
ref
- The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
type
- The type of resource, User or App, that modified this Resource
SCIM++ Properties:
value
- The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
idcs_last_upgraded_in_release
- The release number when the resource was upgraded.
SCIM++ Properties:
idcs_prevented_operations
- Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
members
- The group members. Important: When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
SCIM++ Properties:
date_added
- The date and time that the member was added to the group.
Added In: 2012271618
SCIM++ Properties:
display
- The member's display name.
SCIM++ Properties:
membership_ocid
- The membership OCID.
Added In: 2102181953
SCIM++ Properties:
name
- The member's name.
SCIM++ Properties:
ocid
- The OCID of the member of this group.
Added In: 2012271618
SCIM++ Properties:
ref
- The URI that corresponds to the member Resource of this group.
SCIM++ Properties:
type
- Indicates the type of resource, for example, User or Group.
SCIM++ Properties:
value
- The ID of the member of this Group
SCIM++ Properties:
meta
- A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
created
- The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
last_modified
- The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
location
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
resource_type
- Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
version
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
non_unique_display_name
- A human readable name for the group as defined by the Service Consumer.
Added In: 2011192329
SCIM++ Properties:
ocid
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
schemas
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
tags
- A list of tags on this resource.
SCIM++ Properties:
key
- Key or name of the tag.
SCIM++ Properties:
value
- Value of the tag.
SCIM++ Properties:
tenancy_ocid
- Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextension_oci_tags
- Oracle Cloud Infrastructure Tags.
defined_tags
- Oracle Cloud Infrastructure Defined Tags
Added In: 2011192329
SCIM++ Properties:
key
- Oracle Cloud Infrastructure Tag key
Added In: 2011192329
SCIM++ Properties:
namespace
- Oracle Cloud Infrastructure Tag namespace
Added In: 2011192329
SCIM++ Properties:
value
- Oracle Cloud Infrastructure Tag value
Added In: 2011192329
SCIM++ Properties:
freeform_tags
- Oracle Cloud Infrastructure Freeform Tags
Added In: 2011192329
SCIM++ Properties:
key
- Oracle Cloud Infrastructure Tag key
Added In: 2011192329
SCIM++ Properties:
value
- Oracle Cloud Infrastructure Tag value
Added In: 2011192329
SCIM++ Properties:
tag_slug
- Oracle Cloud Infrastructure Tag slug
Added In: 2011192329
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiondbcs_group
- Schema for Database Service Resource
domain_level_schema
- DBCS Domain-level schema-name. This attribute refers implicitly to a value of 'domainLevelSchemaNames' for a particular DB Domain.
Added In: 18.2.4
SCIM++ Properties:
domain_level_schema_names
- DBCS Domain-level schema-names. Each value is specific to a DB Domain.
Added In: 18.2.4
SCIM++ Properties:
domain_name
- DBCS Domain Name
Added In: 18.2.4
SCIM++ Properties:
schema_name
- The DBCS schema-name granted to this group in the DB domain that 'domainName' specifies.
Added In: 18.2.4
SCIM++ Properties:
instance_level_schema
- DBCS instance-level schema-name. This attribute refers implicitly to a value of 'instanceLevelSchemaNames' for a particular DB Instance.
Added In: 18.2.4
SCIM++ Properties:
instance_level_schema_names
- DBCS instance-level schema-names. Each schema-name is specific to a DB Instance.
Added In: 18.2.4
SCIM++ Properties:
db_instance_id
- App Id of DBCS App instance
Added In: 18.2.4
SCIM++ Properties:
schema_name
- The DBCS schema-name granted to this Group for the DB instance that 'dbInstanceId' specifies.
Added In: 18.2.4
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiondynamic_group
- Dynamic Group
membership_rule
- Membership rule
Added In: 19.2.1
SCIM++ Properties:
membership_type
- Membership type
Added In: 19.2.1
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensiongroup_group
- Oracle Identity Cloud Service Group
app_roles
- A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
admin_role
- If true, then the role provides administrative access privileges. READ-ONLY.
SCIM++ Properties:
app_id
- ID of parent App. READ-ONLY.
SCIM++ Properties:
app_name
- Name of parent App. READ-ONLY.
SCIM++ Properties:
display
- A human readable name, primarily used for display purposes. READ-ONLY.
SCIM++ Properties:
legacy_group_name
- The name of the legacy group associated with this AppRole.
SCIM++ Properties:
ref
- The URI of the corresponding appRole resource to which the user belongs
SCIM++ Properties:
type
- A label indicating the attribute's function; e.g., 'direct' or 'indirect'.
SCIM++ Properties:
value
- The identifier of the appRole
SCIM++ Properties:
creation_mechanism
- Source from which this group got created.
SCIM++ Properties:
description
- Group description
SCIM++ Properties:
grants
- Grants assigned to group
SCIM++ Properties:
app_id
- App identifier
SCIM++ Properties:
grant_mechanism
- Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
SCIM++ Properties:
ref
- Grant URI
SCIM++ Properties:
value
- Grant identifier
SCIM++ Properties:
owners
- Group owners
SCIM++ Properties:
display
- Owner display name
SCIM++ Properties:
ref
- The URI that corresponds to the owning Resource of this Group
SCIM++ Properties:
type
- Indicates the type of resource--for example, User or Group
SCIM++ Properties:
value
- ID of the owner of this Group
SCIM++ Properties:
password_policy
- Password Policy associated with this Group.
Added In: 20.1.3
SCIM++ Properties:
name
- PasswordPolicy Name
Added In: 20.1.3
SCIM++ Properties:
priority
- PasswordPolicy priority
Added In: 20.1.3
SCIM++ Properties:
ref
- PasswordPolicy URI
Added In: 20.1.3
SCIM++ Properties:
value
- The ID of the PasswordPolicy.
Added In: 20.1.3
SCIM++ Properties:
synced_from_app
- The entity that created this Group.
Added In: 18.4.2
SCIM++ Properties:
display
- App Display Name
Added In: 18.4.2
SCIM++ Properties:
ref
- App URI
Added In: 18.4.2
SCIM++ Properties:
type
- The type of the entity that created this Group.
Added In: 18.4.2
SCIM++ Properties:
value
- The ID of the App.
Added In: 18.4.2
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensionposix_group
- POSIX Group extension
gid_number
- Integer uniquely identifying a group in a POSIX administrative domain
SCIM++ Properties:
urnietfparamsscimschemasoracleidcsextensionrequestable_group
- Requestable Group
requestable
- Flag controlling whether group membership can be request by user through self service console.
Added In: 17.3.4
SCIM++ Properties:
The timeouts
block allows you to specify timeouts for certain operations:
* create
- (Defaults to 20 minutes), when creating the Group
* update
- (Defaults to 20 minutes), when updating the Group
* delete
- (Defaults to 20 minutes), when destroying the Group
Groups can be imported using the id
, e.g.
$ terraform import oci_identity_domains_group.test_group "idcsEndpoint/{idcsEndpoint}/groups/{groupId}"