ServiceAccountRecordResponse

data class ServiceAccountRecordResponse(val description: String? = null, val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Record of the service account

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the service account

Link copied to clipboard
val displayName: String? = null

Name of the service account

Link copied to clipboard
val id: String? = null

Id of the service account

Link copied to clipboard
val kind: String? = null

Type of account

Link copied to clipboard

Metadata of the record