Class AuditLogListResponse.WorkloadIdentityProviderCreated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.WorkloadIdentityProviderCreatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.WorkloadIdentityProviderCreated.BuilderA builder for WorkloadIdentityProviderCreated.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The workload identity provider ID. final JsonValue_data()The payload used to create the workload identity provider. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.WorkloadIdentityProviderCreated.BuildertoBuilder()final AuditLogListResponse.WorkloadIdentityProviderCreatedvalidate()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.WorkloadIdentityProviderCreated.Builderbuilder()Returns a mutable builder for constructing an instance of WorkloadIdentityProviderCreated. -
-
Method Detail
-
_data
final JsonValue _data()
The payload used to create the workload identity provider.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = workloadIdentityProviderCreated.data().convert(MyClass.class);
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.WorkloadIdentityProviderCreated.Builder toBuilder()
-
validate
final AuditLogListResponse.WorkloadIdentityProviderCreated 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.WorkloadIdentityProviderCreated.Builder builder()
Returns a mutable builder for constructing an instance of WorkloadIdentityProviderCreated.
-
-
-
-