GetTransferProjectServieAccount

Use this data source to retrieve Storage Transfer service account for this project

Using GetTransferProjectServieAccount

function getTransferProjectServieAccount(args: GetTransferProjectServieAccountArgs, opts?: InvokeOptions): Promise<GetTransferProjectServieAccountResult>
function  get_transfer_project_servie_account(project=None, opts=None)
func GetTransferProjectServieAccount(ctx *Context, args *GetTransferProjectServieAccountArgs, opts ...InvokeOption) (*GetTransferProjectServieAccountResult, error)
public static class GetTransferProjectServieAccount {
    public static Task<GetTransferProjectServieAccountResult> InvokeAsync(GetTransferProjectServieAccountArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Project string

The project ID. If it is not provided, the provider project is used.

Project string

The project ID. If it is not provided, the provider project is used.

project string

The project ID. If it is not provided, the provider project is used.

project str

The project ID. If it is not provided, the provider project is used.

GetTransferProjectServieAccount Result

The following output properties are available:

Email string

Email address of the default service account used by Storage Transfer Jobs running in this project

Id string

The provider-assigned unique ID for this managed resource.

Project string
Email string

Email address of the default service account used by Storage Transfer Jobs running in this project

Id string

The provider-assigned unique ID for this managed resource.

Project string
email string

Email address of the default service account used by Storage Transfer Jobs running in this project

id string

The provider-assigned unique ID for this managed resource.

project string
email str

Email address of the default service account used by Storage Transfer Jobs running in this project

id str

The provider-assigned unique ID for this managed resource.

project str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.