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
Gets the enableOnBehalfRequestorsToAddAccess property value. If true, allows on-behalf-of requestors to create a request to add access for another principal.
84
+
Gets the enableOnBehalfRequestorsToAddAccess property value. True allows on-behalf-of requestors to create a request to add access for another principal.
Sets the enableOnBehalfRequestorsToAddAccess property value. If true, allows on-behalf-of requestors to create a request to add access for another principal.
92
+
Sets the enableOnBehalfRequestorsToAddAccess property value. True allows on-behalf-of requestors to create a request to add access for another principal.
93
93
Args:
94
94
value: Value to set for the enable_on_behalf_requestors_to_add_access property.
Gets the enableOnBehalfRequestorsToRemoveAccess property value. If true, allows on-behalf-of requestors to create a request to remove access for another principal.
101
+
Gets the enableOnBehalfRequestorsToRemoveAccess property value. True allows on-behalf-of requestors to create a request to remove access for another principal.
Sets the enableOnBehalfRequestorsToRemoveAccess property value. If true, allows on-behalf-of requestors to create a request to remove access for another principal.
109
+
Sets the enableOnBehalfRequestorsToRemoveAccess property value. True allows on-behalf-of requestors to create a request to remove access for another principal.
110
110
Args:
111
111
value: Value to set for the enable_on_behalf_requestors_to_remove_access property.
112
112
"""
@@ -115,15 +115,15 @@ def enable_on_behalf_requestors_to_remove_access(self,value: Optional[bool] = No
Gets the enableOnBehalfRequestorsToUpdateAccess property value. If true, allows on-behalf-of requestors to create a request to update access for another principal.
118
+
Gets the enableOnBehalfRequestorsToUpdateAccess property value. True allows on-behalf-of requestors to create a request to update access for another principal.
Sets the enableOnBehalfRequestorsToUpdateAccess property value. If true, allows on-behalf-of requestors to create a request to update access for another principal.
126
+
Sets the enableOnBehalfRequestorsToUpdateAccess property value. True allows on-behalf-of requestors to create a request to update access for another principal.
127
127
Args:
128
128
value: Value to set for the enable_on_behalf_requestors_to_update_access property.
129
129
"""
@@ -132,15 +132,15 @@ def enable_on_behalf_requestors_to_update_access(self,value: Optional[bool] = No
Instantiates a new AuthenticationCombinationConfiguration and sets the default values.
13
+
Instantiates a new authenticationCombinationConfiguration and sets the default values.
14
14
"""
15
15
super().__init__()
16
16
# Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'.
0 commit comments