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
- (::Google::Cloud::Chronicle::V1::DataAccessScope) — Required. Data access scope to create.
#data_access_scope=
def data_access_scope=(value) -> ::Google::Cloud::Chronicle::V1::DataAccessScope Parameter
- value (::Google::Cloud::Chronicle::V1::DataAccessScope) — Required. Data access scope to create.
Returns
- (::Google::Cloud::Chronicle::V1::DataAccessScope) — Required. Data access scope to create.
#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}