Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateDataAccessScopeRequest (v0.1.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateDataAccessScopeRequest.

Request message for CreateDataAccessScope.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_access_scope

def data_access_scope() -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Returns

#data_access_scope=

def data_access_scope=(value) -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Parameter
Returns

#data_access_scope_id

def data_access_scope_id() -> ::String
Returns
  • (::String) — Required. The user provided scope id which will become the last part of the name of the scope resource. Needs to be compliant with https://google.aip.dev/122

#data_access_scope_id=

def data_access_scope_id=(value) -> ::String
Parameter
  • value (::String) — Required. The user provided scope id which will become the last part of the name of the scope resource. Needs to be compliant with https://google.aip.dev/122
Returns
  • (::String) — Required. The user provided scope id which will become the last part of the name of the scope resource. Needs to be compliant with https://google.aip.dev/122

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this Data Access Scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this Data Access Scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The parent resource where this Data Access Scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}