Cloud Security Compliance v1 API - Class ListFrameworksRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworksRequest.

Request message for [ListFrameworks][].

Inheritance

object > ListFrameworksRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

ListFrameworksRequest()

public ListFrameworksRequest()

ListFrameworksRequest(ListFrameworksRequest)

public ListFrameworksRequest(ListFrameworksRequest other)
Parameter
Name Description
other ListFrameworksRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of frameworks to return. The default value is 500.

If you exceed the maximum value of 1000, then the service uses the maximum value.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource name, in the format organizations/{organization}/locations/{location}.

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName