observe_rbac_group

Fetches metadata for an existing Observe RbacGroup.

Example Usage

data "observe_rbac_group" "example" {
  name = "example"
}

Schema

Optional

  • id (String) RbacGroup ID. Either name or id must be provided.

  • name (String) RbacGroup Name. Either name or id must be provided

Read-Only

  • description (String) RbacGroup description.

  • oid (String) The Observe ID for rbacGroup.