service_principals
Creates, updates, deletes, gets or lists a service_principals
resource.
Overview
Name | service_principals |
Type | Resource |
Id | azure.automanage.service_principals |
Fields
The following fields are returned by SELECT
queries:
- list_by_subscription
- get
Returns the Automanage ADD first party Application Service Principal details for the subscription.
Name | Datatype | Description |
---|---|---|
properties | object | The Service Principal properties for the subscription (title: Properties) |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
Returns the Automanage ADD first party Application Service Principal details for the subscription.
Name | Datatype | Description |
---|---|---|
properties | object | The Service Principal properties for the subscription (title: Properties) |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list_by_subscription | select | subscriptionId | Get the Automanage AAD first party Application Service Principal details for the subscription id. | |
get | select | subscriptionId | Get the Automanage AAD first party Application Service Principal details for the subscription id. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
subscriptionId | string | The ID of the target subscription. |
SELECT
examples
- list_by_subscription
- get
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 }}' -- required
;
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 }}' -- required
;