CreateServiceAccountRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The service account create request.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The resource name of the project associated with the service accounts, such as projects/my-project-123 .
|
account_id |
str
Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])
to comply with RFC1035.
|
service_account |
google.cloud.iam_admin_v1.types.ServiceAccount
The ServiceAccount][google.iam.admin.v1.ServiceAccount]
resource to create. Currently, only the following values are
user assignable: display_name and description .
|