Google Cloud OS Config v1alpha API - Class ListOSPolicyAssignmentsRequest (2.0.0-alpha04)

public sealed class ListOSPolicyAssignmentsRequest : IPageRequest, IMessage<ListOSPolicyAssignmentsRequest>, IEquatable<ListOSPolicyAssignmentsRequest>, IDeepCloneable<ListOSPolicyAssignmentsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1alpha API class ListOSPolicyAssignmentsRequest.

A request message to list OS policy assignments for a parent resource

Inheritance

object > ListOSPolicyAssignmentsRequest

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ListOSPolicyAssignmentsRequest()

public ListOSPolicyAssignmentsRequest()

ListOSPolicyAssignmentsRequest(ListOSPolicyAssignmentsRequest)

public ListOSPolicyAssignmentsRequest(ListOSPolicyAssignmentsRequest other)
Parameter
NameDescription
otherListOSPolicyAssignmentsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of assignments to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A pagination token returned from a previous call to ListOSPolicyAssignments that indicates where this listing should continue from.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource name.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName