Class OrganizationSmBulkEnrollmentToken
Organization Sm Bulk Enrollment Token
[DataContract]
public class OrganizationSmBulkEnrollmentToken
- Inheritance
-
OrganizationSmBulkEnrollmentToken
- Inherited Members
Constructors
OrganizationSmBulkEnrollmentToken()
public OrganizationSmBulkEnrollmentToken()
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; }