Skip to main content

service_principals

Creates, updates, deletes, gets or lists a service_principals resource.

Overview

Nameservice_principals
TypeResource
Idazure.automanage.service_principals

Fields

NameDatatypeDescription
propertiesobjectThe Service Principal properties for the subscription.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdGet the Automanage AAD first party Application Service Principal details for the subscription id.
list_by_subscriptionSELECTsubscriptionIdGet 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 }}';