1. Packages
  2. Google Cloud Native
  3. API Docs
  4. beyondcorp
  5. beyondcorp/v1alpha
  6. getPartnerTenant

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.beyondcorp/v1alpha.getPartnerTenant

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets details of a single PartnerTenant.

Using getPartnerTenant

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getPartnerTenant(args: GetPartnerTenantArgs, opts?: InvokeOptions): Promise<GetPartnerTenantResult>
function getPartnerTenantOutput(args: GetPartnerTenantOutputArgs, opts?: InvokeOptions): Output<GetPartnerTenantResult>
Copy
def get_partner_tenant(organization_id: Optional[str] = None,
                       partner_tenant_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetPartnerTenantResult
def get_partner_tenant_output(organization_id: Optional[pulumi.Input[str]] = None,
                       partner_tenant_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetPartnerTenantResult]
Copy
func LookupPartnerTenant(ctx *Context, args *LookupPartnerTenantArgs, opts ...InvokeOption) (*LookupPartnerTenantResult, error)
func LookupPartnerTenantOutput(ctx *Context, args *LookupPartnerTenantOutputArgs, opts ...InvokeOption) LookupPartnerTenantResultOutput
Copy

> Note: This function is named LookupPartnerTenant in the Go SDK.

public static class GetPartnerTenant 
{
    public static Task<GetPartnerTenantResult> InvokeAsync(GetPartnerTenantArgs args, InvokeOptions? opts = null)
    public static Output<GetPartnerTenantResult> Invoke(GetPartnerTenantInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPartnerTenantResult> getPartnerTenant(GetPartnerTenantArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:beyondcorp/v1alpha:getPartnerTenant
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OrganizationId This property is required. string
PartnerTenantId This property is required. string
OrganizationId This property is required. string
PartnerTenantId This property is required. string
organizationId This property is required. String
partnerTenantId This property is required. String
organizationId This property is required. string
partnerTenantId This property is required. string
organization_id This property is required. str
partner_tenant_id This property is required. str
organizationId This property is required. String
partnerTenantId This property is required. String

getPartnerTenant Result

The following output properties are available:

CreateTime string
Timestamp when the resource was created.
DisplayName string
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
Group Pulumi.GoogleNative.BeyondCorp.V1Alpha.Outputs.GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
Name string
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
PartnerMetadata Pulumi.GoogleNative.BeyondCorp.V1Alpha.Outputs.GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse
Optional. Metadata provided by the Partner associated with PartnerTenant.
UpdateTime string
Timestamp when the resource was last modified.
CreateTime string
Timestamp when the resource was created.
DisplayName string
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
Group GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
Name string
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
PartnerMetadata GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse
Optional. Metadata provided by the Partner associated with PartnerTenant.
UpdateTime string
Timestamp when the resource was last modified.
createTime String
Timestamp when the resource was created.
displayName String
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
group GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
name String
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
partnerMetadata GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse
Optional. Metadata provided by the Partner associated with PartnerTenant.
updateTime String
Timestamp when the resource was last modified.
createTime string
Timestamp when the resource was created.
displayName string
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
group GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
name string
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
partnerMetadata GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse
Optional. Metadata provided by the Partner associated with PartnerTenant.
updateTime string
Timestamp when the resource was last modified.
create_time str
Timestamp when the resource was created.
display_name str
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
group GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
name str
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
partner_metadata GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse
Optional. Metadata provided by the Partner associated with PartnerTenant.
update_time str
Timestamp when the resource was last modified.
createTime String
Timestamp when the resource was created.
displayName String
Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot exceed 64 characters.
group Property Map
Optional. Group information for the users enabled to use the partnerTenant. If the group information is not provided then the partnerTenant will be enabled for all users.
name String
Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
partnerMetadata Property Map
Optional. Metadata provided by the Partner associated with PartnerTenant.
updateTime String
Timestamp when the resource was last modified.

Supporting Types

GoogleCloudBeyondcorpPartnerservicesV1alphaGroupResponse

Email This property is required. string
The group email id
Email This property is required. string
The group email id
email This property is required. String
The group email id
email This property is required. string
The group email id
email This property is required. str
The group email id
email This property is required. String
The group email id

GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse

InternalTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
PartnerTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
InternalTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
PartnerTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
internalTenantId This property is required. String
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
partnerTenantId This property is required. String
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
internalTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
partnerTenantId This property is required. string
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
internal_tenant_id This property is required. str
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
partner_tenant_id This property is required. str
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
internalTenantId This property is required. String
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
partnerTenantId This property is required. String
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi