Class OrganizationLicensingCotermLicenseMoveResponseLicense
Newly moved license created in the destination organization of the license move operation
[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponseLicense
- Inheritance
-
OrganizationLicensingCotermLicenseMoveResponseLicense
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveResponseLicense()
public OrganizationLicensingCotermLicenseMoveResponseLicense()
Properties
ClaimedAt
When the license was claimed into the organization
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "claimedAt")]
public string ClaimedAt { get; set; }
Property Value
Counts
The counts of the license by model type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public List<OrganizationLicensingCotermLicenseMoveResponseLicenseCount> Counts { get; set; }
Property Value
Duration
The duration (term length) of the license, measured in days
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "duration")]
public int Duration { get; set; }
Property Value
Editions
The editions of the license for each relevant product type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "editions")]
public List<OrganizationLicensingCotermLicenseMoveResponseLicenseEdition> Editions { get; set; }
Property Value
Expired
Flag to indicate if the license is expired
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expired")]
public bool Expired { get; set; }
Property Value
Invalidated
Flag to indicated that the license is invalidated
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "invalidated")]
public bool Invalidated { get; set; }
Property Value
InvalidatedAt
When the license was invalidated. Will be null for active licenses
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "invalidatedAt")]
public string InvalidatedAt { get; set; }
Property Value
Key
The key of the license
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "key")]
public string Key { get; set; }
Property Value
Mode
The operation mode of the license when it was claimed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mode")]
public LicenseMode Mode { get; set; }
Property Value
OrganizationId
The ID of the organization that the license is claimed in
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
Property Value
StartedAt
When the license's term began (approximately the date when the license was created)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startedAt")]
public string StartedAt { get; set; }