Voting helps other researchers find interesting modules.
An entity from the MDB namespace that is to be interpreted as a user. If using this for authorization, you should only do an exact match on the peer role against user_name.
gaiaId
String.t
nil
userName
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsMdbUserProto{ gaiaId: String.t() | nil, userName: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()