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
-`account_actions` (Attributes List) This is used for representing email configuration for a lifecycle state (see [below for nested schema](#nestedatt--account_actions))
56
57
-`description` (String) Lifecycle state description.
57
58
-`email_notification_option` (Attributes) This is used for representing email configuration for a lifecycle state (see [below for nested schema](#nestedatt--email_notification_option))
59
+
-`identity_state` (String) Identity state for this lifecycle state. Allowed values: ACTIVE, INACTIVE_SHORT_TERM, INACTIVE_LONG_TERM.
-`action` (String) Describes if action will be enabled or disabled
69
-
-`source_ids` (List of String) List of unique source IDs. The sources must have the ENABLE feature or flat file source. See "/sources" endpoint for source features
71
+
-`source_ids` (Set of String) List of unique source IDs. The sources must have the ENABLE feature or flat file source. See "/sources" endpoint for source features
-`time_zone` (String) The selected time zone which is to be used for the org. This directly affects when scheduled tasks are executed. Valid options can be found at /beta/org-config/valid-time-zones
Copy file name to clipboardExpand all lines: docs/resources/role.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ IDENTITY_LIST: Indicates that Role membership is conferred on the specific ident
112
112
Optional:
113
113
114
114
-`criteria` (Attributes) Defines STANDARD type Role membership (see [below for nested schema](#nestedatt--membership--criteria))
115
+
-`identities` (Attributes Set) Defines role membership as being exclusive to the specified Identities, when type is IDENTITY_LIST. (see [below for nested schema](#nestedatt--membership--identities))
115
116
116
117
<aid="nestedatt--membership--criteria"></a>
117
118
### Nested Schema for `membership.criteria`
@@ -135,9 +136,36 @@ Required:
135
136
136
137
Optional:
137
138
139
+
-`children` (Attributes List) Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. Additionally, AND nodes can only be children or OR nodes and vice-versa. (see [below for nested schema](#nestedatt--membership--criteria--children--children))
138
140
-`key` (Attributes) Refers to a specific Identity attribute, Account attribute, or Entitlement used in Role membership criteria (see [below for nested schema](#nestedatt--membership--criteria--children--key))
139
141
-`string_value` (String) String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
### Nested Schema for `membership.criteria.children.children`
145
+
146
+
Required:
147
+
148
+
-`operation` (String) An operation
149
+
150
+
Optional:
151
+
152
+
-`key` (Attributes) Refers to a specific Identity attribute, Account attribute, or Entitlement used in Role membership criteria (see [below for nested schema](#nestedatt--membership--criteria--children--children--key))
153
+
-`string_value` (String) String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
### Nested Schema for `membership.criteria.children.children.key`
157
+
158
+
Required:
159
+
160
+
-`property` (String) The name of the attribute or entitlement to which the associated criteria applies.
161
+
-`type` (String) Indicates whether the associated criteria represents an expression on identity attributes, account attributes, or entitlements, respectively.
162
+
163
+
Optional:
164
+
165
+
-`source_id` (String) ID of the Source from which an account attribute or entitlement is drawn. Required if type is ACCOUNT or ENTITLEMENT
0 commit comments