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

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

  • applicationId (type: String.t, default: nil) -
  • objectId (type: String.t, default: nil) -
  • objectPart (type: String.t, default: nil) -
  • roleId (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.