Audit Manager v1 API - Class ListAuditSchedulesRequest (1.3.0)

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

Reference documentation and code samples for the Audit Manager v1 API class ListAuditSchedulesRequest.

Request message for [ListAuditSchedules][google.cloud.auditmanager.v1.AuditManager.ListAuditSchedules].

Inheritance

object > ListAuditSchedulesRequest

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Constructors

ListAuditSchedulesRequest()

public ListAuditSchedulesRequest()

ListAuditSchedulesRequest(ListAuditSchedulesRequest)

public ListAuditSchedulesRequest(ListAuditSchedulesRequest other)
Parameter
Name Description
other ListAuditSchedulesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of items to return in a single page. The service might return fewer items than this value. If unspecified, the service picks an appropriate default. The maximum value is 100; values above 100 are reduced to 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous call, to retrieve the next page of results.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent for the audit schedule, in one of the following formats:

  • projects/{project}/locations/{location}
  • folders/{folder}/locations/{location}
  • organizations/{organization}/locations/{location}
Property Value
Type Description
string

ParentAsEnrollmentStatusScopeName

public EnrollmentStatusScopeName ParentAsEnrollmentStatusScopeName { get; set; }

EnrollmentStatusScopeName-typed view over the Parent resource name property.

Property Value
Type Description
EnrollmentStatusScopeName

ParentAsFolderLocationName

public FolderLocationName ParentAsFolderLocationName { get; set; }

FolderLocationName-typed view over the Parent resource name property.

Property Value
Type Description
FolderLocationName

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName