onelogin v0.6.6 published on Friday, Sep 20, 2024 by Pulumi
onelogin.getAuthServersInstance
Explore with Pulumi AI
Using getAuthServersInstance
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 getAuthServersInstance(args: GetAuthServersInstanceArgs, opts?: InvokeOptions): Promise<GetAuthServersInstanceResult>
function getAuthServersInstanceOutput(args: GetAuthServersInstanceOutputArgs, opts?: InvokeOptions): Output<GetAuthServersInstanceResult>
def get_auth_servers_instance(configuration: Optional[GetAuthServersInstanceConfiguration] = None,
description: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthServersInstanceResult
def get_auth_servers_instance_output(configuration: Optional[pulumi.Input[GetAuthServersInstanceConfigurationArgs]] = None,
description: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthServersInstanceResult]
func GetAuthServersInstance(ctx *Context, args *GetAuthServersInstanceArgs, opts ...InvokeOption) (*GetAuthServersInstanceResult, error)
func GetAuthServersInstanceOutput(ctx *Context, args *GetAuthServersInstanceOutputArgs, opts ...InvokeOption) GetAuthServersInstanceResultOutput
> Note: This function is named GetAuthServersInstance
in the Go SDK.
public static class GetAuthServersInstance
{
public static Task<GetAuthServersInstanceResult> InvokeAsync(GetAuthServersInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetAuthServersInstanceResult> Invoke(GetAuthServersInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAuthServersInstanceResult> getAuthServersInstance(GetAuthServersInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: onelogin:index/getAuthServersInstance:getAuthServersInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Configuration
Get
Auth Servers Instance Configuration - Description string
- Name string
- Id string
- Configuration
Get
Auth Servers Instance Configuration - Description string
- Name string
- id String
- configuration
Get
Auth Servers Instance Configuration - description String
- name String
- id string
- configuration
Get
Auth Servers Instance Configuration - description string
- name string
- id String
- configuration Property Map
- description String
- name String
getAuthServersInstance Result
The following output properties are available:
- Configuration
Get
Auth Servers Instance Configuration - Description string
- Id string
- Name string
- Configuration
Get
Auth Servers Instance Configuration - Description string
- Id string
- Name string
- configuration
Get
Auth Servers Instance Configuration - description String
- id String
- name String
- configuration
Get
Auth Servers Instance Configuration - description string
- id string
- name string
- configuration Property Map
- description String
- id String
- name String
Supporting Types
GetAuthServersInstanceConfiguration
- Access
Token intExpiration Minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- Audiences List<string>
- List of API endpoints that will be returned in Access Tokens.
- Refresh
Token intExpiration Minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- Resource
Identifier string - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
- Access
Token intExpiration Minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- Audiences []string
- List of API endpoints that will be returned in Access Tokens.
- Refresh
Token intExpiration Minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- Resource
Identifier string - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
- access
Token IntegerExpiration Minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- audiences List<String>
- List of API endpoints that will be returned in Access Tokens.
- refresh
Token IntegerExpiration Minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- resource
Identifier String - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
- access
Token numberExpiration Minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- audiences string[]
- List of API endpoints that will be returned in Access Tokens.
- refresh
Token numberExpiration Minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- resource
Identifier string - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
- access_
token_ intexpiration_ minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- audiences Sequence[str]
- List of API endpoints that will be returned in Access Tokens.
- refresh_
token_ intexpiration_ minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- resource_
identifier str - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
- access
Token NumberExpiration Minutes - The number of minutes until access token expires. There is no maximum expiry limit.
- audiences List<String>
- List of API endpoints that will be returned in Access Tokens.
- refresh
Token NumberExpiration Minutes - The number of minutes until refresh token expires. There is no maximum expiry limit.
- resource
Identifier String - Unique identifier for the API that the Authorization Server will issue Access Tokens for.
Package Details
- Repository
- onelogin pulumi/pulumi-onelogin
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
onelogin
Terraform Provider.