SecurityCredentialsRbacRoleProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsRbacRoleProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Principal associated with a given RBAC role. This principal is used by Sphinx Provisioning Service for RBAC provisionable (go/sphinx-rbacz).

Attributes List

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

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    -
  2. objectId (type: String.t, default: nil)
    -
  3. rbacNamespace (type: String.t, default: nil)
    - DEPRECATED as of 01.11.2019
  4. rbacRoleName (type: String.t, default: nil)
    - Format: "role/z?" - "role" is the Sphinx globally unique name of the Sphinx role that provisions the RBAC role. - "/z?" suffix indicates which Zanzibar environment stores the role membership data ("/zd": dev, "/zs": staging, "/zp": prod, "/zt": local test instance). Example: "mysystem_myrole/zp"

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsRbacRoleProto{
name: String.t() | nil,
objectId: String.t() | nil,
rbacNamespace: String.t() | nil,
rbacRoleName: String.t() | nil
}

Function

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

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