Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.32 KB

admin_scope.md

File metadata and controls

49 lines (35 loc) · 1.32 KB
page_title subcategory description
citrix_admin_scope Resource - citrix
CVAD
Manages an administrator scope.

citrix_admin_scope (Resource)

Manages an administrator scope.

Example Usage

resource "citrix_admin_scope" "example-admin-scope" {
    name        = "example-admin-scope"
    description = "Example admin scope for delivery group and machine catalog"
}

Schema

Required

  • name (String) Name of the admin scope.

Optional

  • description (String) Description of the admin scope.
  • is_tenant_scope (Boolean) Indicates whether the admin scope is a tenant scope. Defaults to false.

Read-Only

  • id (String) ID of the admin scope.
  • is_all_scope (Boolean) Indicates whether the Admin Scope is all scope or not.
  • is_built_in (Boolean) Indicates whether the Admin Scope is built-in or not.
  • tenant_id (String) ID of the tenant to which the Admin Scope belongs.
  • tenant_name (String) Name of the tenant to which the Admin Scope belongs.

Import

Import is supported using the following syntax:

# Admin Scope can be imported by specifying the GUID
terraform import citrix_admin_scope.example-admin-scope 00000000-0000-0000-0000-000000000000