SecureCodeLicenceType
No description
type SecureCodeLicenceType implements BaseFields {
companyId: ID!
createdAt: ISO8601DateTime!
daily: Int!
finishedAt: ISO8601DateTime!
id: ID!
monthly: Int!
rateLimit: Boolean!
seats: Int!
startedAt: ISO8601DateTime!
totalTokens: Int!
updatedAt: ISO8601DateTime!
users: [PortalUser!]!
weekly: Int!
}
Fields
SecureCodeLicenceType.companyId ● ID! non-null scalar
Company ID assigned to licence.
SecureCodeLicenceType.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
SecureCodeLicenceType.daily ● Int! non-null scalar
Limit for actions in a day.
SecureCodeLicenceType.finishedAt ● ISO8601DateTime! non-null scalar
Time as ISOString indicating when the license finished.
SecureCodeLicenceType.id ● ID! non-null scalar
The ID scalar type represents a unique identifier
SecureCodeLicenceType.monthly ● Int! non-null scalar
Limit for actions in a month.
SecureCodeLicenceType.rateLimit ● Boolean! non-null scalar
Indicates whether a rate limit is applied.
SecureCodeLicenceType.seats ● Int! non-null scalar
Total number of users that can be activated.
SecureCodeLicenceType.startedAt ● ISO8601DateTime! non-null scalar
Time as ISOString indicating when the license began.
SecureCodeLicenceType.totalTokens ● Int! non-null scalar
Total number of tokens available or allocated for the operation.
SecureCodeLicenceType.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated
SecureCodeLicenceType.users ● [PortalUser!]! non-null object
Users assigned to Secure Code license.
SecureCodeLicenceType.weekly ● Int! non-null scalar
Limit for actions in a week.
Interfaces
BaseFields interface
Returned By
secureCodeLicense query
Member Of
CreateLicensePayload object ● UpdateLicensePayload object