Get Factory Data Plane Access Plain Args
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
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
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
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
Link copied to clipboard
The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
Link copied to clipboard
The resource group name.