You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the ability to manage the attribute sets and the custom security attributes within the set through the Microsoft365DSC PowerShell module. It looks like currently only the attribute set object is supported.
Would it be better to manage the custom security attributes within the existing AADAttributeSet DSC resource, as the custom security attributes are directly nested within the attribute set, or is it better to create a new resource based on the MGDirectoryCustomSecurityAttributeDefinition PowerShell cmdlets?
The text was updated successfully, but these errors were encountered:
I want the ability to manage the attribute sets and the custom security attributes within the set through the Microsoft365DSC PowerShell module. It looks like currently only the attribute set object is supported.
Would it be better to manage the custom security attributes within the existing
AADAttributeSet
DSC resource, as the custom security attributes are directly nested within the attribute set, or is it better to create a new resource based on theMGDirectoryCustomSecurityAttributeDefinition
PowerShell cmdlets?The text was updated successfully, but these errors were encountered: