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

onelogin.getAuthServersInstance

Explore with Pulumi AI

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

    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:

    getAuthServersInstance Result

    The following output properties are available:

    Supporting Types

    GetAuthServersInstanceConfiguration

    AccessTokenExpirationMinutes int
    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.
    RefreshTokenExpirationMinutes int
    The number of minutes until refresh token expires. There is no maximum expiry limit.
    ResourceIdentifier string
    Unique identifier for the API that the Authorization Server will issue Access Tokens for.
    AccessTokenExpirationMinutes int
    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.
    RefreshTokenExpirationMinutes int
    The number of minutes until refresh token expires. There is no maximum expiry limit.
    ResourceIdentifier string
    Unique identifier for the API that the Authorization Server will issue Access Tokens for.
    accessTokenExpirationMinutes Integer
    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.
    refreshTokenExpirationMinutes Integer
    The number of minutes until refresh token expires. There is no maximum expiry limit.
    resourceIdentifier String
    Unique identifier for the API that the Authorization Server will issue Access Tokens for.
    accessTokenExpirationMinutes number
    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.
    refreshTokenExpirationMinutes number
    The number of minutes until refresh token expires. There is no maximum expiry limit.
    resourceIdentifier string
    Unique identifier for the API that the Authorization Server will issue Access Tokens for.
    access_token_expiration_minutes int
    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_expiration_minutes int
    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.
    accessTokenExpirationMinutes Number
    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.
    refreshTokenExpirationMinutes Number
    The number of minutes until refresh token expires. There is no maximum expiry limit.
    resourceIdentifier 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.
    onelogin logo
    onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi