public static enum ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel extends Enum<ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel> implements BmcEnum
Valid value is ACCESSIBLE. Default is ACCESSIBLE. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment).
Enum Constant and Description |
---|
Accessible |
Modifier and Type | Method and Description |
---|---|
static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel |
create(String key) |
String |
getValue() |
static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel Accessible
public static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel[] values()
for (ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel c : ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel.values()) System.out.println(c);
public static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListSdmMaskingPolicyDifferencesRequest.DifferenceAccessLevel create(String key)
Copyright © 2016–2024. All rights reserved.