Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static PolicyUserStatus |
PolicyUserStatus.fromValue(String value) |
PolicyUserStatus |
ScheduledUserLifecycleAction.getStatus()
Get status
|
PolicyUserStatus |
UserStatusPolicyRuleCondition.getValue()
Get value
|
static PolicyUserStatus |
PolicyUserStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyUserStatus[] |
PolicyUserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledUserLifecycleAction.setStatus(PolicyUserStatus status) |
void |
UserStatusPolicyRuleCondition.setValue(PolicyUserStatus value) |
ScheduledUserLifecycleAction |
ScheduledUserLifecycleAction.status(PolicyUserStatus status) |
UserStatusPolicyRuleCondition |
UserStatusPolicyRuleCondition.value(PolicyUserStatus value) |
Copyright © 2017–2023 Okta. All rights reserved.