PostSelfAuthenticationResponse

@Serializable
data class PostSelfAuthenticationResponse(val authenticated: Boolean? = null, val base64EncodedAuthenticationKey: String? = null, val clients: List<Int>? = null, val isSelfServiceUser: Boolean? = null, val officeId: Int? = null, val officeName: String? = null, val organisationalRole: GetSelfUserDetailsOrganisationalRole? = null, val permissions: List<String>? = null, val roles: Set<GetSelfUserDetailsRoles>? = null, val staffDisplayName: String? = null, val staffId: Int? = null, val userId: Int? = null, val username: String? = null)

PostSelfAuthenticationResponse

Parameters

authenticated
base64EncodedAuthenticationKey
clients
isSelfServiceUser
officeId
officeName
organisationalRole
permissions
roles
staffDisplayName
staffId
userId
username

Constructors

Link copied to clipboard
constructor(authenticated: Boolean? = null, base64EncodedAuthenticationKey: String? = null, clients: List<Int>? = null, isSelfServiceUser: Boolean? = null, officeId: Int? = null, officeName: String? = null, organisationalRole: GetSelfUserDetailsOrganisationalRole? = null, permissions: List<String>? = null, roles: Set<GetSelfUserDetailsRoles>? = null, staffDisplayName: String? = null, staffId: Int? = null, userId: Int? = null, username: String? = null)

Properties

Link copied to clipboard
val authenticated: Boolean? = null
Link copied to clipboard
val clients: List<Int>? = null
Link copied to clipboard
Link copied to clipboard
val officeId: Int? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val permissions: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val staffId: Int? = null
Link copied to clipboard
val userId: Int? = null
Link copied to clipboard
val username: String? = null