Class AuditLogListResponse.RoleAssignmentDeleted
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RoleAssignmentDeletedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.RoleAssignmentDeleted.BuilderA builder for RoleAssignmentDeleted.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The identifier of the role assignment. final Optional<String>principalId()The principal (user or group) that had the role removed. final Optional<String>principalType()The type of principal (user or group) that had the role removed. final Optional<String>resourceId()The resource the role assignment was scoped to. final Optional<String>resourceType()The type of resource the role assignment was scoped to. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_principalId()Returns the raw JSON value of principalId. final JsonField<String>_principalType()Returns the raw JSON value of principalType. final JsonField<String>_resourceId()Returns the raw JSON value of resourceId. final JsonField<String>_resourceType()Returns the raw JSON value of resourceType. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.RoleAssignmentDeleted.BuildertoBuilder()final AuditLogListResponse.RoleAssignmentDeletedvalidate()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.RoleAssignmentDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of RoleAssignmentDeleted. -
-
Method Detail
-
principalId
final Optional<String> principalId()
The principal (user or group) that had the role removed.
-
principalType
final Optional<String> principalType()
The type of principal (user or group) that had the role removed.
-
resourceId
final Optional<String> resourceId()
The resource the role assignment was scoped to.
-
resourceType
final Optional<String> resourceType()
The type of resource the role assignment was scoped 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.
-
_principalId
final JsonField<String> _principalId()
Returns the raw JSON value of principalId.
Unlike principalId, this method doesn't throw if the JSON field has an unexpected type.
-
_principalType
final JsonField<String> _principalType()
Returns the raw JSON value of principalType.
Unlike principalType, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.RoleAssignmentDeleted.Builder toBuilder()
-
validate
final AuditLogListResponse.RoleAssignmentDeleted 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.RoleAssignmentDeleted.Builder builder()
Returns a mutable builder for constructing an instance of RoleAssignmentDeleted.
-
-
-
-