Chronicle v1 API - Class CreateDataAccessScopeRequest (1.0.0-beta01)

public sealed class CreateDataAccessScopeRequest : IMessage<CreateDataAccessScopeRequest>, IEquatable<CreateDataAccessScopeRequest>, IDeepCloneable<CreateDataAccessScopeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class CreateDataAccessScopeRequest.

Request message for CreateDataAccessScope.

Inheritance

object > CreateDataAccessScopeRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CreateDataAccessScopeRequest()

public CreateDataAccessScopeRequest()

CreateDataAccessScopeRequest(CreateDataAccessScopeRequest)

public CreateDataAccessScopeRequest(CreateDataAccessScopeRequest other)
Parameter
Name Description
other CreateDataAccessScopeRequest

Properties

DataAccessScope

public DataAccessScope DataAccessScope { get; set; }

Required. Data access scope to create.

Property Value
Type Description
DataAccessScope

DataAccessScopeId

public string DataAccessScopeId { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource where this Data Access Scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName