View Source GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsRbacRoleProto (google_api_content_warehouse v0.4.0)

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

Attributes

  • name (type: String.t, default: nil) -
  • objectId (type: String.t, default: nil) -
  • rbacNamespace (type: String.t, default: nil) - DEPRECATED as of 01.11.2019
  • 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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.