Class RoleDescriptor
java.lang.Object
co.elastic.clients.elasticsearch.security.get_service_accounts.RoleDescriptor
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RoleDescriptor>Json deserializer forRoleDescriptor -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ApplicationPrivileges>API name:applicationscluster()Required - API name:clusterfinal List<GlobalPrivilege>global()API name:globalfinal List<IndicesPrivileges>indices()Required - API name:indicesmetadata()API name:metadatastatic RoleDescriptorrunAs()API name:run_asvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()API name:transient_metadata
-
Field Details
-
_DESERIALIZER
Json deserializer forRoleDescriptor
-
-
Method Details
-
of
-
cluster
Required - API name:cluster -
indices
Required - API name:indices -
global
API name:global -
applications
API name:applications -
metadata
API name:metadata -
runAs
API name:run_as -
transientMetadata
API name:transient_metadata -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRoleDescriptorDeserializer
protected static void setupRoleDescriptorDeserializer(ObjectDeserializer<RoleDescriptor.Builder> op)
-