UserAccessPolicy Class

Definition

Get Data Plane read only token request definition.

public class UserAccessPolicy
type UserAccessPolicy = class
Public Class UserAccessPolicy
Inheritance
UserAccessPolicy

Constructors

UserAccessPolicy()

Initializes a new instance of the UserAccessPolicy class.

UserAccessPolicy(String, String, String, String, String)

Initializes a new instance of the UserAccessPolicy class.

Properties

AccessResourcePath

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

ExpireTime

Gets or sets expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.

Permissions

Gets or sets the string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.

ProfileName

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

StartTime

Gets or sets start time for the token. If not specified the current time will be used.

Applies to