GetFactoryDataPlaneAccessPlainArgs

data class GetFactoryDataPlaneAccessPlainArgs(val accessResourcePath: String? = null, val expireTime: String? = null, val factoryName: String, val permissions: String? = null, val profileName: String? = null, val resourceGroupName: String, val startTime: String? = null) : ConvertibleToJava<GetFactoryDataPlaneAccessPlainArgs>

Constructors

Link copied to clipboard
constructor(accessResourcePath: String? = null, expireTime: String? = null, factoryName: String, permissions: String? = null, profileName: String? = null, resourceGroupName: String, startTime: String? = null)

Properties

Link copied to clipboard

The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.

Link copied to clipboard
val expireTime: String? = null

Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.

Link copied to clipboard

The factory name.

Link copied to clipboard
val permissions: String? = null

The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.

Link copied to clipboard
val profileName: String? = null

The name of the profile. Currently only the default is supported. The default value is DefaultProfile.

Link copied to clipboard

The resource group name.

Link copied to clipboard
val startTime: String? = null

Start time for the token. If not specified the current time will be used.

Functions

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