UserAccessPolicy interface

Get Data Plane read only token request definition.

Properties

accessResourcePath

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

expireTime

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

permissions

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

profileName

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

startTime

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

Property Details

accessResourcePath

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

accessResourcePath?: string

Property Value

string

expireTime

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

expireTime?: string

Property Value

string

permissions

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

permissions?: string

Property Value

string

profileName

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

profileName?: string

Property Value

string

startTime

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

startTime?: string

Property Value

string