Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckOut ¶ added in v0.9.0
type CheckOut struct {
IsAvailable bool `json:"is_available"`
BorrowerEntityID string `json:"borrower_entity_id"`
BorrowerClientToken string `json:"borrower_client_token"`
}
CheckOut provides information for a service account that is currently checked out.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.