Class AuditLogListResponse.RoleCreated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RoleCreatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.RoleCreated.BuilderA builder for RoleCreated.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The role ID. final Optional<List<String>>permissions()The permissions granted by the role. final Optional<String>resourceId()The resource the role is scoped to. final Optional<String>resourceType()The type of resource the role belongs to. final Optional<String>roleName()The name of the role. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<List<String>>_permissions()Returns the raw JSON value of permissions. final JsonField<String>_resourceId()Returns the raw JSON value of resourceId. final JsonField<String>_resourceType()Returns the raw JSON value of resourceType. final JsonField<String>_roleName()Returns the raw JSON value of roleName. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.RoleCreated.BuildertoBuilder()final AuditLogListResponse.RoleCreatedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.RoleCreated.Builderbuilder()Returns a mutable builder for constructing an instance of RoleCreated. -
-
Method Detail
-
permissions
final Optional<List<String>> permissions()
The permissions granted by the role.
-
resourceId
final Optional<String> resourceId()
The resource the role is scoped to.
-
resourceType
final Optional<String> resourceType()
The type of resource the role belongs to.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_permissions
final JsonField<List<String>> _permissions()
Returns the raw JSON value of permissions.
Unlike permissions, this method doesn't throw if the JSON field has an unexpected type.
-
_resourceId
final JsonField<String> _resourceId()
Returns the raw JSON value of resourceId.
Unlike resourceId, this method doesn't throw if the JSON field has an unexpected type.
-
_resourceType
final JsonField<String> _resourceType()
Returns the raw JSON value of resourceType.
Unlike resourceType, this method doesn't throw if the JSON field has an unexpected type.
-
_roleName
final JsonField<String> _roleName()
Returns the raw JSON value of roleName.
Unlike roleName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.RoleCreated.Builder toBuilder()
-
validate
final AuditLogListResponse.RoleCreated validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.RoleCreated.Builder builder()
Returns a mutable builder for constructing an instance of RoleCreated.
-
-
-
-