inspec / inspec-azure

InSpec Azure Resource Pack
https://www.inspec.io/
Other
98 stars 80 forks source link

azure_active_directory_object mandatory id field #720

Open kgopi1 opened 1 year ago

kgopi1 commented 1 year ago

Detailed Description

When we want to test the AzureAD App registration creation , we can determine the displayName of the App and objectID is auto generated , hence we cant test using this resource.

Hence rather than filtering based on ObjectID , is it possible to change mandatory field to displayName ?

Context

Possible Implementation