| page_title | Resource: okta_oauth2_v1_clients_role_group_membership_admin |
|---|---|
| description | The Client Role Assignments APIs allow you to assign roles and designate third-party admin status to public client apps. |
The Client Role Assignments APIs allow you to assign roles and designate third-party admin status to public client apps.
resource "okta_oauth2_v1_clients_role_group_membership_admin" "example" {
client_id = "<client_id>"
type = "GROUP_MEMBERSHIP_ADMIN"
}client_id(String)client_idof the apptype(String) Discriminator field identifying the variant type. Must be set to "GROUP_MEMBERSHIP_ADMIN".
assignment_type(String) Role assignment typeresource_set(String) Resource set IDrole(String) Role IDstatus(String) Status of the role assignment
created(String) Timestamp when the object was createdid(String) The unique identifier for the resource.label(String) Label for the role assignmentlast_updated(String) Timestamp when the object was last updated
Import is supported using the following syntax:
terraform import okta_oauth2_v1_clients_role_group_membership_admin.example <client_id>/<id>