Class AuditLogListResponse.WorkloadIdentityProviderMappingDeleted
-
- All Implemented Interfaces:
public final class AuditLogListResponse.WorkloadIdentityProviderMappingDeletedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.WorkloadIdentityProviderMappingDeleted.BuilderA builder for WorkloadIdentityProviderMappingDeleted.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The workload identity provider mapping ID. final Optional<String>identityProviderId()The workload identity provider ID. final Optional<String>projectId()The project ID. final Optional<String>serviceAccountId()The mapped service account ID. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_identityProviderId()Returns the raw JSON value of identityProviderId. final JsonField<String>_projectId()Returns the raw JSON value of projectId. final JsonField<String>_serviceAccountId()Returns the raw JSON value of serviceAccountId. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.BuildertoBuilder()final AuditLogListResponse.WorkloadIdentityProviderMappingDeletedvalidate()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.WorkloadIdentityProviderMappingDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of WorkloadIdentityProviderMappingDeleted. -
-
Method Detail
-
identityProviderId
final Optional<String> identityProviderId()
The workload identity provider ID.
-
serviceAccountId
final Optional<String> serviceAccountId()
The mapped service account ID.
-
_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.
-
_identityProviderId
final JsonField<String> _identityProviderId()
Returns the raw JSON value of identityProviderId.
Unlike identityProviderId, this method doesn't throw if the JSON field has an unexpected type.
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceAccountId
final JsonField<String> _serviceAccountId()
Returns the raw JSON value of serviceAccountId.
Unlike serviceAccountId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder toBuilder()
-
validate
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted 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.WorkloadIdentityProviderMappingDeleted.Builder builder()
Returns a mutable builder for constructing an instance of WorkloadIdentityProviderMappingDeleted.
-
-
-
-