1. Packages
  2. onelogin
  3. API Docs
  4. getAuthServersScopes
onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi

onelogin.getAuthServersScopes

Explore with Pulumi AI

onelogin logo
onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi

    Using getAuthServersScopes

    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 getAuthServersScopes(args: GetAuthServersScopesArgs, opts?: InvokeOptions): Promise<GetAuthServersScopesResult>
    function getAuthServersScopesOutput(args: GetAuthServersScopesOutputArgs, opts?: InvokeOptions): Output<GetAuthServersScopesResult>
    def get_auth_servers_scopes(auth_servers_id: Optional[str] = None,
                                description: Optional[str] = None,
                                filters: Optional[Sequence[GetAuthServersScopesFilter]] = None,
                                value: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAuthServersScopesResult
    def get_auth_servers_scopes_output(auth_servers_id: Optional[pulumi.Input[str]] = None,
                                description: Optional[pulumi.Input[str]] = None,
                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAuthServersScopesFilterArgs]]]] = None,
                                value: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAuthServersScopesResult]
    func GetAuthServersScopes(ctx *Context, args *GetAuthServersScopesArgs, opts ...InvokeOption) (*GetAuthServersScopesResult, error)
    func GetAuthServersScopesOutput(ctx *Context, args *GetAuthServersScopesOutputArgs, opts ...InvokeOption) GetAuthServersScopesResultOutput

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

    public static class GetAuthServersScopes 
    {
        public static Task<GetAuthServersScopesResult> InvokeAsync(GetAuthServersScopesArgs args, InvokeOptions? opts = null)
        public static Output<GetAuthServersScopesResult> Invoke(GetAuthServersScopesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAuthServersScopesResult> getAuthServersScopes(GetAuthServersScopesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: onelogin:index/getAuthServersScopes:getAuthServersScopes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAuthServersScopes Result

    The following output properties are available:

    AuthServersId string
    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    Value string
    Filters List<GetAuthServersScopesFilter>
    AuthServersId string
    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    Value string
    Filters []GetAuthServersScopesFilter
    authServersId String
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    value String
    filters List<GetAuthServersScopesFilter>
    authServersId string
    description string
    id string
    The provider-assigned unique ID for this managed resource.
    value string
    filters GetAuthServersScopesFilter[]
    auth_servers_id str
    description str
    id str
    The provider-assigned unique ID for this managed resource.
    value str
    filters Sequence[GetAuthServersScopesFilter]
    authServersId String
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    value String
    filters List<Property Map>

    Supporting Types

    GetAuthServersScopesFilter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    Package Details

    Repository
    onelogin pulumi/pulumi-onelogin
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the onelogin Terraform Provider.
    onelogin logo
    onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi