dev_ops_policies
Creates, updates, deletes, gets or lists a dev_ops_policies
resource.
Overview
Name | dev_ops_policies |
Type | Resource |
Id | azure.security.dev_ops_policies |
Fields
- vw_dev_ops_policies
- dev_ops_policies
Name | Datatype | Description |
---|---|---|
content | text | field from the properties object |
policyName | text | field from the properties object |
policy_id | text | field from the properties object |
provisioning_state | text | field from the properties object |
provisioning_status_message | text | field from the properties object |
provisioning_status_update_time_utc | text | field from the properties object |
resourceGroupName | text | field from the properties object |
securityConnectorName | text | field from the properties object |
source | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_data | text | field from the properties object |
type | text | field from the properties object |
version | text | field from the properties object |
web_url | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Policy DevOps Resource properties that contain the full definition of a DevOps policy resource. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | policyName, resourceGroupName, securityConnectorName, subscriptionId | |
list | SELECT | resourceGroupName, securityConnectorName, subscriptionId |
SELECT
examples
- vw_dev_ops_policies
- dev_ops_policies
SELECT
content,
policyName,
policy_id,
provisioning_state,
provisioning_status_message,
provisioning_status_update_time_utc,
resourceGroupName,
securityConnectorName,
source,
subscriptionId,
system_data,
type,
version,
web_url
FROM azure.security.vw_dev_ops_policies
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND securityConnectorName = '{{ securityConnectorName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
properties,
systemData
FROM azure.security.dev_ops_policies
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND securityConnectorName = '{{ securityConnectorName }}'
AND subscriptionId = '{{ subscriptionId }}';