Structure
ServiceAccount.Key
public struct Key: Decodable, Equatable
A key that can be used to authenticate a Service Account.
Relationships
Member Of
ServiceAccountAll programmatic interaction with the Disruptive Technologies API is done via a logged-in Service Account.
Conforms To
DecodableEquatable
Initializers
init(from:)
public init(from decoder: Decoder) throws
Properties
serviceAccountID
public let serviceAccountID: String
The identifier of the Service Account the key belongs to.
projectID
public let projectID: String
The identifier of the project the Service Account belongs to.