Class CreateTrustConfigRequest (1.7.0)

CreateTrustConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CreateTrustConfig method.

Attributes

NameDescription
parent str
Required. The parent resource of the TrustConfig. Must be in the format projects/*/locations/*.
trust_config_id str
Required. A user-provided name of the TrustConfig. Must match the regexp [a-z0-9-]{1,63}.
trust_config google.cloud.certificate_manager_v1.types.TrustConfig
Required. A definition of the TrustConfig to create.