Interface ListPoliciesOptions.State
-
- Enclosing class:
- ListPoliciesOptions
public static interface ListPoliciesOptions.StateThe state of the policy. * `active` - returns active policies * `deleted` - returns non-active policies.
-
-
Field Detail
-
ACTIVE
static final java.lang.String ACTIVE
active.- See Also:
- Constant Field Values
-
DELETED
static final java.lang.String DELETED
deleted.- See Also:
- Constant Field Values
-
-