Cloud Composer v1 API - Class CreateUserWorkloadsSecretRequest (2.5.0)

public sealed class CreateUserWorkloadsSecretRequest : IMessage<CreateUserWorkloadsSecretRequest>, IEquatable<CreateUserWorkloadsSecretRequest>, IDeepCloneable<CreateUserWorkloadsSecretRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class CreateUserWorkloadsSecretRequest.

Create user workloads Secret request.

Inheritance

object > CreateUserWorkloadsSecretRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

CreateUserWorkloadsSecretRequest()

public CreateUserWorkloadsSecretRequest()

CreateUserWorkloadsSecretRequest(CreateUserWorkloadsSecretRequest)

public CreateUserWorkloadsSecretRequest(CreateUserWorkloadsSecretRequest other)
Parameter
NameDescription
otherCreateUserWorkloadsSecretRequest

Properties

Parent

public string Parent { get; set; }

Required. The environment name to create a Secret for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Property Value
TypeDescription
string

ParentAsEnvironmentName

public EnvironmentName ParentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Parent resource name property.

Property Value
TypeDescription
EnvironmentName

UserWorkloadsSecret

public UserWorkloadsSecret UserWorkloadsSecret { get; set; }

Required. User workloads Secret to create.

Property Value
TypeDescription
UserWorkloadsSecret