Class DetachTrustRequest (1.5.3)

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

Request message for DetachTrust

Attributes

NameDescription
name str
Required. The resource domain name, project name, and location using the form: ``projects/{project_id}/locations/global/domains/{domain_name}``
trust google.cloud.managedidentities_v1.types.Trust
Required. The domain trust resource to removed.

Inheritance

builtins.object > proto.message.Message > DetachTrustRequest