GetDpsSharedAccessPolicyPlainArgs

data class GetDpsSharedAccessPolicyPlainArgs(val iothubDpsName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDpsSharedAccessPolicyPlainArgs>

A collection of arguments for invoking getDpsSharedAccessPolicy.

Constructors

Link copied to clipboard
constructor(iothubDpsName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the IoT Hub Device Provisioning service to which the Shared Access Policy belongs.

Link copied to clipboard

Specifies the name of the IotHub Shared Access Policy.

Link copied to clipboard

Specifies the name of the resource group under which the IotHub Shared Access Policy resource exists.

Functions

Link copied to clipboard
open override fun toJava(): GetDpsSharedAccessPolicyPlainArgs