SecurityCredentialsMdbUserProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsMdbUserProto


Table of Contents ▼

Jump to a specific part of the page:

Description

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.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. gaiaId (type: String.t, default: nil)
    - Do not set this field. Contact credentials-eng@ if you believe you absolutely need to use it. This is the @prod.google.com Gaia ID that corresponds to the MDB user, see go/authn-merge for details. This field may always be safely ignored when performing an authorization check.
  2. userName (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsMdbUserProto{
gaiaId: String.t() | nil,
userName: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsMdbUserProto