SecurityCredentialsCircleProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsCircleProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a Google+ Circle. Currently (12/2011), a Circle is identical to the ContactGroup with matching parameters, but Circle must only be used for true Circles and not other Focus groups, and should be preferred over ContactGroup where applicable. Soon it may become more efficient to check membership in a Circle than in a ContactGroup (see http://go/superglue). Support for this principal type is currently (12/2011) incomplete -- e.g., Keystore does not support it yet (see b/5703421).

Attributes List

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

View Attributes

Attributes

  1. circleId (type: String.t, default: nil)
    - Circle ID is unique only relative to the owner's Gaia ID. Currently required.
  2. ownerGaiaId (type: String.t, default: nil)
    - The owner of the circle. Currently required.
  3. requiredConsistencyTimestampUsec (type: String.t, default: nil)
    - If present, then tests for membership in this circle must use data known to be at least as fresh as the given (FBS-assigned) timestamp. See http://go/fbs-consistent-read-after-important-write Before using this, be sure that any service checking authorization against this circle supports checking consistency timestamps. For example, as of 12/2011, Keystore only supports this for the Moonshine configuration, and in others authorization checks will fail if the timestamp is present.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsCircleProto{
circleId: String.t() | nil,
ownerGaiaId: String.t() | nil,
requiredConsistencyTimestampUsec: String.t() | nil
}

Function

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

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