onelogin v0.6.3 published on Friday, May 10, 2024 by Pulumi
onelogin.getAuthServersScopes
Explore with Pulumi AI
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:
- Auth
Servers stringId - Description string
- Filters
List<Get
Auth Servers Scopes Filter> - Value string
- Auth
Servers stringId - Description string
- Filters
[]Get
Auth Servers Scopes Filter - Value string
- auth
Servers StringId - description String
- filters
List<Get
Auth Servers Scopes Filter> - value String
- auth
Servers stringId - description string
- filters
Get
Auth Servers Scopes Filter[] - value string
- auth
Servers StringId - description String
- filters List<Property Map>
- value String
getAuthServersScopes Result
The following output properties are available:
- Auth
Servers stringId - Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Value string
- Filters
List<Get
Auth Servers Scopes Filter>
- Auth
Servers stringId - Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Value string
- Filters
[]Get
Auth Servers Scopes Filter
- auth
Servers StringId - description String
- id String
- The provider-assigned unique ID for this managed resource.
- value String
- filters
List<Get
Auth Servers Scopes Filter>
- auth
Servers stringId - description string
- id string
- The provider-assigned unique ID for this managed resource.
- value string
- filters
Get
Auth Servers Scopes Filter[]
- auth_
servers_ strid - description str
- id str
- The provider-assigned unique ID for this managed resource.
- value str
- filters
Sequence[Get
Auth Servers Scopes Filter]
- auth
Servers StringId - description String
- id String
- The provider-assigned unique ID for this managed resource.
- value String
- filters List<Property Map>
Supporting Types
GetAuthServersScopesFilter
Package Details
- Repository
- onelogin pulumi/pulumi-onelogin
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
onelogin
Terraform Provider.