1. Packages
  2. Azure Native
  3. API Docs
  4. confluent
  5. getOrganization
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.confluent.getOrganization

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Organization resource. Azure REST API version: 2021-12-01.

    Other available API versions: 2020-03-01-preview, 2023-08-22, 2024-02-13.

    Using getOrganization

    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 getOrganization(args: GetOrganizationArgs, opts?: InvokeOptions): Promise<GetOrganizationResult>
    function getOrganizationOutput(args: GetOrganizationOutputArgs, opts?: InvokeOptions): Output<GetOrganizationResult>
    def get_organization(organization_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
    def get_organization_output(organization_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]
    func LookupOrganization(ctx *Context, args *LookupOrganizationArgs, opts ...InvokeOption) (*LookupOrganizationResult, error)
    func LookupOrganizationOutput(ctx *Context, args *LookupOrganizationOutputArgs, opts ...InvokeOption) LookupOrganizationResultOutput

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

    public static class GetOrganization 
    {
        public static Task<GetOrganizationResult> InvokeAsync(GetOrganizationArgs args, InvokeOptions? opts = null)
        public static Output<GetOrganizationResult> Invoke(GetOrganizationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrganizationResult> getOrganization(GetOrganizationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:confluent:getOrganization
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationName string
    Organization resource name
    ResourceGroupName string
    Resource group name
    OrganizationName string
    Organization resource name
    ResourceGroupName string
    Resource group name
    organizationName String
    Organization resource name
    resourceGroupName String
    Resource group name
    organizationName string
    Organization resource name
    resourceGroupName string
    Resource group name
    organization_name str
    Organization resource name
    resource_group_name str
    Resource group name
    organizationName String
    Organization resource name
    resourceGroupName String
    Resource group name

    getOrganization Result

    The following output properties are available:

    CreatedTime string
    The creation time of the resource.
    Id string
    The ARM id of the resource.
    Name string
    The name of the resource.
    OfferDetail Pulumi.AzureNative.Confluent.Outputs.OfferDetailResponse
    Confluent offer detail
    OrganizationId string
    Id of the Confluent organization.
    ProvisioningState string
    Provision states for confluent RP
    SsoUrl string
    SSO url for the Confluent organization.
    SystemData Pulumi.AzureNative.Confluent.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource
    Type string
    The type of the resource.
    UserDetail Pulumi.AzureNative.Confluent.Outputs.UserDetailResponse
    Subscriber detail
    Location string
    Location of Organization resource
    Tags Dictionary<string, string>
    Organization resource tags
    CreatedTime string
    The creation time of the resource.
    Id string
    The ARM id of the resource.
    Name string
    The name of the resource.
    OfferDetail OfferDetailResponse
    Confluent offer detail
    OrganizationId string
    Id of the Confluent organization.
    ProvisioningState string
    Provision states for confluent RP
    SsoUrl string
    SSO url for the Confluent organization.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource
    Type string
    The type of the resource.
    UserDetail UserDetailResponse
    Subscriber detail
    Location string
    Location of Organization resource
    Tags map[string]string
    Organization resource tags
    createdTime String
    The creation time of the resource.
    id String
    The ARM id of the resource.
    name String
    The name of the resource.
    offerDetail OfferDetailResponse
    Confluent offer detail
    organizationId String
    Id of the Confluent organization.
    provisioningState String
    Provision states for confluent RP
    ssoUrl String
    SSO url for the Confluent organization.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource
    type String
    The type of the resource.
    userDetail UserDetailResponse
    Subscriber detail
    location String
    Location of Organization resource
    tags Map<String,String>
    Organization resource tags
    createdTime string
    The creation time of the resource.
    id string
    The ARM id of the resource.
    name string
    The name of the resource.
    offerDetail OfferDetailResponse
    Confluent offer detail
    organizationId string
    Id of the Confluent organization.
    provisioningState string
    Provision states for confluent RP
    ssoUrl string
    SSO url for the Confluent organization.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource
    type string
    The type of the resource.
    userDetail UserDetailResponse
    Subscriber detail
    location string
    Location of Organization resource
    tags {[key: string]: string}
    Organization resource tags
    created_time str
    The creation time of the resource.
    id str
    The ARM id of the resource.
    name str
    The name of the resource.
    offer_detail OfferDetailResponse
    Confluent offer detail
    organization_id str
    Id of the Confluent organization.
    provisioning_state str
    Provision states for confluent RP
    sso_url str
    SSO url for the Confluent organization.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource
    type str
    The type of the resource.
    user_detail UserDetailResponse
    Subscriber detail
    location str
    Location of Organization resource
    tags Mapping[str, str]
    Organization resource tags
    createdTime String
    The creation time of the resource.
    id String
    The ARM id of the resource.
    name String
    The name of the resource.
    offerDetail Property Map
    Confluent offer detail
    organizationId String
    Id of the Confluent organization.
    provisioningState String
    Provision states for confluent RP
    ssoUrl String
    SSO url for the Confluent organization.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource
    type String
    The type of the resource.
    userDetail Property Map
    Subscriber detail
    location String
    Location of Organization resource
    tags Map<String>
    Organization resource tags

    Supporting Types

    OfferDetailResponse

    Id string
    Offer Id
    PlanId string
    Offer Plan Id
    PlanName string
    Offer Plan Name
    PublisherId string
    Publisher Id
    Status string
    SaaS Offer Status
    TermUnit string
    Offer Plan Term unit
    Id string
    Offer Id
    PlanId string
    Offer Plan Id
    PlanName string
    Offer Plan Name
    PublisherId string
    Publisher Id
    Status string
    SaaS Offer Status
    TermUnit string
    Offer Plan Term unit
    id String
    Offer Id
    planId String
    Offer Plan Id
    planName String
    Offer Plan Name
    publisherId String
    Publisher Id
    status String
    SaaS Offer Status
    termUnit String
    Offer Plan Term unit
    id string
    Offer Id
    planId string
    Offer Plan Id
    planName string
    Offer Plan Name
    publisherId string
    Publisher Id
    status string
    SaaS Offer Status
    termUnit string
    Offer Plan Term unit
    id str
    Offer Id
    plan_id str
    Offer Plan Id
    plan_name str
    Offer Plan Name
    publisher_id str
    Publisher Id
    status str
    SaaS Offer Status
    term_unit str
    Offer Plan Term unit
    id String
    Offer Id
    planId String
    Offer Plan Id
    planName String
    Offer Plan Name
    publisherId String
    Publisher Id
    status String
    SaaS Offer Status
    termUnit String
    Offer Plan Term unit

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserDetailResponse

    EmailAddress string
    Email address
    FirstName string
    First name
    LastName string
    Last name
    EmailAddress string
    Email address
    FirstName string
    First name
    LastName string
    Last name
    emailAddress String
    Email address
    firstName String
    First name
    lastName String
    Last name
    emailAddress string
    Email address
    firstName string
    First name
    lastName string
    Last name
    email_address str
    Email address
    first_name str
    First name
    last_name str
    Last name
    emailAddress String
    Email address
    firstName String
    First name
    lastName String
    Last name

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi