Package com.okta.sdk.resource.model
Class UserBlock
java.lang.Object
com.okta.sdk.resource.model.UserBlock
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserBlock
extends Object
implements Serializable
Describes how the account is blocked from access. If `appliesTo` is `ANY_DEVICES`, then the
account is blocked for all devices. If `appliesTo` is `UNKNOWN_DEVICES`, then the account is only
blocked for unknown devices.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The devices that the block applies tostatic enum
Type of access block -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_APPLIES_TO
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UserBlock
public UserBlock()
-
-
Method Details