Azure Native
getOrganization
Organization resource. API Version: 2020-03-01.
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:
- Organization
Name string Organization resource name
- Resource
Group stringName Resource group name
- Organization
Name string Organization resource name
- Resource
Group stringName Resource group name
- organization
Name String Organization resource name
- resource
Group StringName Resource group name
- organization
Name string Organization resource name
- resource
Group stringName Resource group name
- organization_
name str Organization resource name
- resource_
group_ strname Resource group name
- organization
Name String Organization resource name
- resource
Group StringName Resource group name
getOrganization Result
The following output properties are available:
- Created
Time string The creation time of the resource.
- Id string
The ARM id of the resource.
- Name string
The name of the resource.
- Organization
Id string Id of the Confluent organization.
- Provisioning
State string Provision states for confluent RP
- Sso
Url string SSO url for the Confluent organization.
- Type string
The type of the resource.
- Location string
Location of Organization resource
- Offer
Detail Pulumi.Azure Native. Confluent. Outputs. Organization Resource Properties Response Offer Detail Confluent offer detail
- Dictionary<string, string>
Organization resource tags
- User
Detail Pulumi.Azure Native. Confluent. Outputs. Organization Resource Properties Response User Detail Subscriber detail
- Created
Time string The creation time of the resource.
- Id string
The ARM id of the resource.
- Name string
The name of the resource.
- Organization
Id string Id of the Confluent organization.
- Provisioning
State string Provision states for confluent RP
- Sso
Url string SSO url for the Confluent organization.
- Type string
The type of the resource.
- Location string
Location of Organization resource
- Offer
Detail OrganizationResource Properties Response Offer Detail Confluent offer detail
- map[string]string
Organization resource tags
- User
Detail OrganizationResource Properties Response User Detail Subscriber detail
- created
Time String The creation time of the resource.
- id String
The ARM id of the resource.
- name String
The name of the resource.
- organization
Id String Id of the Confluent organization.
- provisioning
State String Provision states for confluent RP
- sso
Url String SSO url for the Confluent organization.
- type String
The type of the resource.
- location String
Location of Organization resource
- offer
Detail OrganizationResource Properties Response Offer Detail Confluent offer detail
- Map<String,String>
Organization resource tags
- user
Detail OrganizationResource Properties Response User Detail Subscriber detail
- created
Time string The creation time of the resource.
- id string
The ARM id of the resource.
- name string
The name of the resource.
- organization
Id string Id of the Confluent organization.
- provisioning
State string Provision states for confluent RP
- sso
Url string SSO url for the Confluent organization.
- type string
The type of the resource.
- location string
Location of Organization resource
- offer
Detail OrganizationResource Properties Response Offer Detail Confluent offer detail
- {[key: string]: string}
Organization resource tags
- user
Detail OrganizationResource Properties Response User Detail Subscriber detail
- created_
time str The creation time of the resource.
- id str
The ARM id of the resource.
- name str
The name of the resource.
- 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.
- type str
The type of the resource.
- location str
Location of Organization resource
- offer_
detail OrganizationResource Properties Response Offer Detail Confluent offer detail
- Mapping[str, str]
Organization resource tags
- user_
detail OrganizationResource Properties Response User Detail Subscriber detail
- created
Time String The creation time of the resource.
- id String
The ARM id of the resource.
- name String
The name of the resource.
- organization
Id String Id of the Confluent organization.
- provisioning
State String Provision states for confluent RP
- sso
Url String SSO url for the Confluent organization.
- type String
The type of the resource.
- location String
Location of Organization resource
- offer
Detail Property Map Confluent offer detail
- Map<String>
Organization resource tags
- user
Detail Property Map Subscriber detail
Supporting Types
OrganizationResourcePropertiesResponseOfferDetail
OrganizationResourcePropertiesResponseUserDetail
- Email
Address string Email address
- First
Name string First name
- Last
Name string Last name
- Email
Address string Email address
- First
Name string First name
- Last
Name string Last name
- email
Address String Email address
- first
Name String First name
- last
Name String Last name
- email
Address string Email address
- first
Name string First name
- last
Name string Last name
- email_
address str Email address
- first_
name str First name
- last_
name str Last name
- email
Address String Email address
- first
Name String First name
- last
Name String Last name
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0