page_title | subcategory | description |
---|---|---|
citrix_admin_scope Resource - citrix |
CVAD |
Manages an administrator scope. |
Manages an administrator scope.
resource "citrix_admin_scope" "example-admin-scope" {
name = "example-admin-scope"
description = "Example admin scope for delivery group and machine catalog"
}
name
(String) Name of the admin scope.
description
(String) Description of the admin scope.is_tenant_scope
(Boolean) Indicates whether the admin scope is a tenant scope. Defaults tofalse
.
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 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