tenant_opted_in
Creates, updates, deletes, gets or lists a tenant_opted_in
resource.
Overview
Name | tenant_opted_in |
Type | Resource |
Id | azure.customer_lockbox.tenant_opted_in |
Fields
Name | Datatype | Description |
---|---|---|
isOptedIn | boolean | True if tenant is opted in, false otherwise |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | tenantId | Get Customer Lockbox request |
SELECT
examples
Get Customer Lockbox request
SELECT
isOptedIn
FROM azure.customer_lockbox.tenant_opted_in
WHERE tenantId = '{{ tenantId }}';