Resource Type: Azure > Active Directory > Client Secret
Client Secret in Azure active directory.
Resource Context
Client Secret is a part of the Active Directory service.
Each Client Secret lives under an Application.
Controls
The primary controls for Azure > Active Directory > Client Secret are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-activedirectory#/resource/types/clientSecret
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/azure-activedirectory#/resource/types/clientSecret"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-activedirectory#/resource/types/clientSecret';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-activedirectory#/resource/types/clientSecret"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-activedirectory#/resource/types/clientSecret' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query