service_principals
Creates, updates, deletes, gets or lists a service_principals
resource.
Overview
Name | service_principals |
Type | Resource |
Id | azure.automanage.service_principals |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The Service Principal properties for the subscription. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Get the Automanage AAD first party Application Service Principal details for the subscription id. |
list_by_subscription | SELECT | subscriptionId | Get the Automanage AAD first party Application Service Principal details for the subscription id. |
SELECT
examples
Get the Automanage AAD first party Application Service Principal details for the subscription id.
SELECT
properties,
systemData
FROM azure.automanage.service_principals
WHERE subscriptionId = '{{ subscriptionId }}';