1. Packages
  2. Infoblox Provider
  3. API Docs
  4. getZoneAuth
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

infoblox.getZoneAuth

Explore with Pulumi AI

infoblox logo
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

    Using getZoneAuth

    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 getZoneAuth(args: GetZoneAuthArgs, opts?: InvokeOptions): Promise<GetZoneAuthResult>
    function getZoneAuthOutput(args: GetZoneAuthOutputArgs, opts?: InvokeOptions): Output<GetZoneAuthResult>
    def get_zone_auth(filters: Optional[Mapping[str, str]] = None,
                      id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetZoneAuthResult
    def get_zone_auth_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetZoneAuthResult]
    func LookupZoneAuth(ctx *Context, args *LookupZoneAuthArgs, opts ...InvokeOption) (*LookupZoneAuthResult, error)
    func LookupZoneAuthOutput(ctx *Context, args *LookupZoneAuthOutputArgs, opts ...InvokeOption) LookupZoneAuthResultOutput

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

    public static class GetZoneAuth 
    {
        public static Task<GetZoneAuthResult> InvokeAsync(GetZoneAuthArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneAuthResult> Invoke(GetZoneAuthInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneAuthResult> getZoneAuth(GetZoneAuthArgs args, InvokeOptions options)
    public static Output<GetZoneAuthResult> getZoneAuth(GetZoneAuthArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getZoneAuth:getZoneAuth
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters Dictionary<string, string>
    Id string
    Filters map[string]string
    Id string
    filters Map<String,String>
    id String
    filters {[key: string]: string}
    id string
    filters Mapping[str, str]
    id str
    filters Map<String>
    id String

    getZoneAuth Result

    The following output properties are available:

    Filters Dictionary<string, string>
    Id string
    Results List<GetZoneAuthResult>
    Filters map[string]string
    Id string
    Results []GetZoneAuthResult
    filters Map<String,String>
    id String
    results List<GetZoneAuthResult>
    filters {[key: string]: string}
    id string
    results GetZoneAuthResult[]

    Supporting Types

    GetZoneAuthResult

    Comment string
    ExtAttrs string
    Fqdn string
    Id string
    NsGroup string
    View string
    ZoneFormat string
    Comment string
    ExtAttrs string
    Fqdn string
    Id string
    NsGroup string
    View string
    ZoneFormat string
    comment String
    extAttrs String
    fqdn String
    id String
    nsGroup String
    view String
    zoneFormat String
    comment string
    extAttrs string
    fqdn string
    id string
    nsGroup string
    view string
    zoneFormat string
    comment String
    extAttrs String
    fqdn String
    id String
    nsGroup String
    view String
    zoneFormat String

    Package Details

    Repository
    infoblox infobloxopen/terraform-provider-infoblox
    License
    Notes
    This Pulumi package is based on the infoblox Terraform Provider.
    infoblox logo
    infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen