onelogin v0.6.0, Apr 25 23
onelogin v0.6.0, Apr 25 23
onelogin.AuthServers
Explore with Pulumi AI
Create AuthServers Resource
new AuthServers(name: string, args: AuthServersArgs, opts?: CustomResourceOptions);
@overload
def AuthServers(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[AuthServersConfigurationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None)
@overload
def AuthServers(resource_name: str,
args: AuthServersArgs,
opts: Optional[ResourceOptions] = None)
func NewAuthServers(ctx *Context, name string, args AuthServersArgs, opts ...ResourceOption) (*AuthServers, error)
public AuthServers(string name, AuthServersArgs args, CustomResourceOptions? opts = null)
public AuthServers(String name, AuthServersArgs args)
public AuthServers(String name, AuthServersArgs args, CustomResourceOptions options)
type: onelogin:AuthServers
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthServersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AuthServersArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AuthServersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthServersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AuthServersArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AuthServers Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AuthServers resource accepts the following input properties:
- Configuration
Auth
Servers Configuration Args Authorization server configuration
- Description string
Description of what the API does.
- Name string
Name of the API.
- Configuration
Auth
Servers Configuration Args Authorization server configuration
- Description string
Description of what the API does.
- Name string
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description String
Description of what the API does.
- name String
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description string
Description of what the API does.
- name string
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description str
Description of what the API does.
- name str
Name of the API.
- configuration Property Map
Authorization server configuration
- description String
Description of what the API does.
- name String
Name of the API.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthServers resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing AuthServers Resource
Get an existing AuthServers resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AuthServersState, opts?: CustomResourceOptions): AuthServers
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[AuthServersConfigurationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None) -> AuthServers
func GetAuthServers(ctx *Context, name string, id IDInput, state *AuthServersState, opts ...ResourceOption) (*AuthServers, error)
public static AuthServers Get(string name, Input<string> id, AuthServersState? state, CustomResourceOptions? opts = null)
public static AuthServers get(String name, Output<String> id, AuthServersState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Configuration
Auth
Servers Configuration Args Authorization server configuration
- Description string
Description of what the API does.
- Name string
Name of the API.
- Configuration
Auth
Servers Configuration Args Authorization server configuration
- Description string
Description of what the API does.
- Name string
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description String
Description of what the API does.
- name String
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description string
Description of what the API does.
- name string
Name of the API.
- configuration
Auth
Servers Configuration Args Authorization server configuration
- description str
Description of what the API does.
- name str
Name of the API.
- configuration Property Map
Authorization server configuration
- description String
Description of what the API does.
- name String
Name of the API.
Supporting Types
AuthServersConfiguration
- Audiences List<string>
- Resource
Identifier string - Access
Token intExpiration Minutes - Refresh
Token intExpiration Minutes
- Audiences []string
- Resource
Identifier string - Access
Token intExpiration Minutes - Refresh
Token intExpiration Minutes
- audiences List<String>
- resource
Identifier String - access
Token IntegerExpiration Minutes - refresh
Token IntegerExpiration Minutes
- audiences string[]
- resource
Identifier string - access
Token numberExpiration Minutes - refresh
Token numberExpiration Minutes
- audiences Sequence[str]
- resource_
identifier str - access_
token_ intexpiration_ minutes - refresh_
token_ intexpiration_ minutes
- audiences List<String>
- resource
Identifier String - access
Token NumberExpiration Minutes - refresh
Token NumberExpiration Minutes
Package Details
- Repository
- onelogin pulumi/pulumi-onelogin
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
onelogin
Terraform Provider.