Interface V2PolicyResourceTag.Operator
-
- Enclosing class:
- V2PolicyResourceTag
public static interface V2PolicyResourceTag.Operator
The operator of an access management tag.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STRINGEQUALS
stringEquals.static java.lang.String
STRINGMATCH
stringMatch.
-
-
-
Field Detail
-
STRINGEQUALS
static final java.lang.String STRINGEQUALS
stringEquals.- See Also:
- Constant Field Values
-
STRINGMATCH
static final java.lang.String STRINGMATCH
stringMatch.- See Also:
- Constant Field Values
-
-