Disruptive Documentation

Structure Service​Account.​Key

public struct Key: Decodable, Equatable  

A key that can be used to authenticate a Service Account.

%297 ServiceAccount.Key ServiceAccount.Key Equatable Equatable ServiceAccount.Key->Equatable Decodable Decodable ServiceAccount.Key->Decodable

Member Of

ServiceAccount

All programmatic interaction with the Disruptive Technologies API is done via a logged-in Service Account.

Conforms To

Decodable
Equatable

Initializers

init(from:​)

public init(from decoder: Decoder) throws  

Properties

identifier

public let identifier: String

The identifier of the Service Account key.

service​Account​ID

public let serviceAccountID: String

The identifier of the Service Account the key belongs to.

project​ID

public let projectID: String

The identifier of the project the Service Account belongs to.

create​Time

public let createTime: Date

The timestamp for when the Service Account key was created.