1. Packages
  2. Buildkite
  3. API Docs
  4. Organization
  5. getOrganization
Buildkite v3.1.6 published on Wednesday, Apr 3, 2024 by Pulumiverse

buildkite.Organization.getOrganization

Explore with Pulumi AI

Buildkite v3.1.6 published on Wednesday, Apr 3, 2024 by Pulumiverse

Use this data source to look up the organization settings.

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(opts?: InvokeOptions): Promise<GetOrganizationResult>
function getOrganizationOutput(opts?: InvokeOptions): Output<GetOrganizationResult>
Copy
def get_organization(opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
def get_organization_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]
Copy
func GetOrganization(ctx *Context, opts ...InvokeOption) (*GetOrganizationResult, error)
func GetOrganizationOutput(ctx *Context, opts ...InvokeOption) GetOrganizationResultOutput
Copy

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

public static class GetOrganization 
{
    public static Task<GetOrganizationResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetOrganizationResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrganizationResult> getOrganization(InvokeOptions options)
public static Output<GetOrganizationResult> getOrganization(InvokeOptions options)
Copy
fn::invoke:
  function: buildkite:Organization/getOrganization:getOrganization
  arguments:
    # arguments dictionary
Copy

getOrganization Result

The following output properties are available:

AllowedApiIpAddresses List<string>
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
Id string
The GraphQL ID of the organization.
Uuid string
The UUID of the organization.
AllowedApiIpAddresses []string
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
Id string
The GraphQL ID of the organization.
Uuid string
The UUID of the organization.
allowedApiIpAddresses List<String>
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
id String
The GraphQL ID of the organization.
uuid String
The UUID of the organization.
allowedApiIpAddresses string[]
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
id string
The GraphQL ID of the organization.
uuid string
The UUID of the organization.
allowed_api_ip_addresses Sequence[str]
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
id str
The GraphQL ID of the organization.
uuid str
The UUID of the organization.
allowedApiIpAddresses List<String>
List of IP addresses in CIDR format that are allowed to access the Buildkite API for this organization.
id String
The GraphQL ID of the organization.
uuid String
The UUID of the organization.

Package Details

Repository
buildkite pulumiverse/pulumi-buildkite
License
Apache-2.0
Notes
This Pulumi package is based on the buildkite Terraform Provider.
Buildkite v3.1.6 published on Wednesday, Apr 3, 2024 by Pulumiverse