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
currently the Community::Organizations::Policy type supports specifying a policy document as a string (or using !Include).
if we would like to use expressions (or other org-formation functions) within the body of these policies they must be defined as an complex object and converted to a string (JSON.Stringify) only when interfacing with the Organizations API.
The text was updated successfully, but these errors were encountered:
currently the
Community::Organizations::Policy
type supports specifying a policy document as a string (or using!Include
).if we would like to use expressions (or other org-formation functions) within the body of these policies they must be defined as an complex object and converted to a string (JSON.Stringify) only when interfacing with the Organizations API.
The text was updated successfully, but these errors were encountered: