SecurityCredentialsResourceRoleProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsResourceRoleProto


Table of Contents ▼

Jump to a specific part of the page:

Description

A type of sharing target that points to some resource's ACL. Used to refer to the set of Principals that have the given privilege ('role_id') for the given resource ('application_id', 'object_id', 'object_part'). The meaning of 'role_id' is interpreted only by implementations of AclRpcService and is usually dependent on 'application_id' All fields except object_part are required. If present, object_part must be non-empty.

Attributes List

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

View Attributes

Attributes

  1. applicationId (type: String.t, default: nil)
    -
  2. objectId (type: String.t, default: nil)
    -
  3. objectPart (type: String.t, default: nil)
    -
  4. roleId (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsResourceRoleProto{
applicationId: String.t() | nil,
objectId: String.t() | nil,
objectPart: String.t() | nil,
roleId: integer() | nil
}

Function

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

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