nonCompliantOrgPolicy property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? nonCompliantOrgPolicy
getter/setter pair

This field is deprecated and will be removed in future version of the API.

Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? nonCompliantOrgPolicy;