onelogin.users.getDevices
Using getDevices
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 getDevices(args: GetDevicesArgs, opts?: InvokeOptions): Promise<GetDevicesResult>
function getDevicesOutput(args: GetDevicesOutputArgs, opts?: InvokeOptions): Output<GetDevicesResult>
def get_devices(auth_factor_name: Optional[str] = None,
default: Optional[bool] = None,
device_id: Optional[str] = None,
filters: Optional[Sequence[GetDevicesFilter]] = None,
type_display_name: Optional[str] = None,
user_display_name: Optional[str] = None,
users_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDevicesResult
def get_devices_output(auth_factor_name: Optional[pulumi.Input[str]] = None,
default: Optional[pulumi.Input[bool]] = None,
device_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDevicesFilterArgs]]]] = None,
type_display_name: Optional[pulumi.Input[str]] = None,
user_display_name: Optional[pulumi.Input[str]] = None,
users_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDevicesResult]
func GetDevices(ctx *Context, args *GetDevicesArgs, opts ...InvokeOption) (*GetDevicesResult, error)
func GetDevicesOutput(ctx *Context, args *GetDevicesOutputArgs, opts ...InvokeOption) GetDevicesResultOutput
> Note: This function is named GetDevices
in the Go SDK.
public static class GetDevices
{
public static Task<GetDevicesResult> InvokeAsync(GetDevicesArgs args, InvokeOptions? opts = null)
public static Output<GetDevicesResult> Invoke(GetDevicesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDevicesResult> getDevices(GetDevicesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: onelogin:users/getDevices:getDevices
arguments:
# arguments dictionary
The following arguments are supported:
- Users
Id string - Auth
Factor stringName - Default bool
- Device
Id string - Filters
List<Get
Devices Filter> - Type
Display stringName - User
Display stringName
- Users
Id string - Auth
Factor stringName - Default bool
- Device
Id string - Filters
[]Get
Devices Filter - Type
Display stringName - User
Display stringName
- users
Id String - auth
Factor StringName - default_ Boolean
- device
Id String - filters
List<Get
Devices Filter> - type
Display StringName - user
Display StringName
- users
Id string - auth
Factor stringName - default boolean
- device
Id string - filters
Get
Devices Filter[] - type
Display stringName - user
Display stringName
- users
Id String - auth
Factor StringName - default Boolean
- device
Id String - filters List<Property Map>
- type
Display StringName - user
Display StringName
getDevices Result
The following output properties are available:
- Auth
Factor stringName - Default bool
- Device
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Type
Display stringName - User
Display stringName - Users
Id string - Filters
List<Get
Devices Filter>
- Auth
Factor stringName - Default bool
- Device
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Type
Display stringName - User
Display stringName - Users
Id string - Filters
[]Get
Devices Filter
- auth
Factor StringName - default_ Boolean
- device
Id String - id String
The provider-assigned unique ID for this managed resource.
- type
Display StringName - user
Display StringName - users
Id String - filters
List<Get
Devices Filter>
- auth
Factor stringName - default boolean
- device
Id string - id string
The provider-assigned unique ID for this managed resource.
- type
Display stringName - user
Display stringName - users
Id string - filters
Get
Devices Filter[]
- auth_
factor_ strname - default bool
- device_
id str - id str
The provider-assigned unique ID for this managed resource.
- type_
display_ strname - user_
display_ strname - users_
id str - filters
Sequence[Get
Devices Filter]
- auth
Factor StringName - default Boolean
- device
Id String - id String
The provider-assigned unique ID for this managed resource.
- type
Display StringName - user
Display StringName - users
Id String - filters List<Property Map>
Supporting Types
GetDevicesFilter
Package Details
- Repository
- onelogin pulumi/pulumi-onelogin
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
onelogin
Terraform Provider.