Disruptive Documentation

Structure Service​Account.​Key​Secret

public struct KeySecret: Decodable, Equatable  

A secret along with the corresponding key used to authenticate a Service Account. This is the response value for when a new key is created for a Service Account.

%111 ServiceAccount.KeySecret ServiceAccount.KeySecret Decodable Decodable ServiceAccount.KeySecret->Decodable Equatable Equatable ServiceAccount.KeySecret->Equatable

Member Of

ServiceAccount

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

Conforms To

Decodable
Equatable

Properties

key

public let key: Key

The key the secret corresponds to.

secret

public let secret: String

The secret used to authenticate a Service Account.