deprecatedInFavorOf property

List<String>? deprecatedInFavorOf
getter/setter pair

In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.

Could only be set if policy_api_lifecycle_stage is API_DEPRECATED.

Implementation

core.List<core.String>? deprecatedInFavorOf;