Class OrganizationSmBulkEnrollmentTokenDetailed
Organization Sm Bulk Enrollment Token
[DataContract]
public class OrganizationSmBulkEnrollmentTokenDetailed
- Inheritance
-
OrganizationSmBulkEnrollmentTokenDetailed
- Inherited Members
Constructors
OrganizationSmBulkEnrollmentTokenDetailed()
public OrganizationSmBulkEnrollmentTokenDetailed()
Properties
ExpiresAt
The expiration date.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public string ExpiresAt { get; set; }
Property Value
Id
The token id.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
NetworkId
The network id of the associated node_group.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
RawToken
The raw token the user will input into the agent.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rawToken")]
public string RawToken { get; set; }