public final class SmartkeySpec extends Object
Modifier and Type | Field and Description |
---|---|
Set<String> |
addAccess |
String |
kind
Must be
null when updating a Smartkey, but otherwise must be non-null and
non-empty, and may contain only ASCII numerics, lowercase ASCII letters, and the underscore
symbol (_ ). |
String |
name
Must not be
null when creating a Smartkey; can be null when updating one. |
boolean |
nonRotatable |
Set<String> |
removeAccess |
Constructor and Description |
---|
SmartkeySpec() |
@Nullable public String name
null
when creating a Smartkey; can be null
when updating one.@Nullable public String kind
null
when updating a Smartkey, but otherwise must be non-null
and
non-empty, and may contain only ASCII numerics, lowercase ASCII letters, and the underscore
symbol (_
).public boolean nonRotatable