Buildkite v3.1.6 published on Wednesday, Apr 3, 2024 by Pulumiverse
buildkite.Organization.getOrganization
Explore with Pulumi AI
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>
def get_organization(opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
def get_organization_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]
func GetOrganization(ctx *Context, opts ...InvokeOption) (*GetOrganizationResult, error)
func GetOrganizationOutput(ctx *Context, opts ...InvokeOption) GetOrganizationResultOutput
> 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)
}
public static CompletableFuture<GetOrganizationResult> getOrganization(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: buildkite:Organization/getOrganization:getOrganization
arguments:
# arguments dictionary
getOrganization Result
The following output properties are available:
- Allowed
Api List<string>Ip Addresses - 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 []stringIp Addresses - 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 List<String>Ip Addresses - 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 string[]Ip Addresses - 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_ Sequence[str]ip_ addresses - 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.
- allowed
Api List<String>Ip Addresses - 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.