public sealed class CheckOnboardingStatusRequest : IMessage<CheckOnboardingStatusRequest>, IEquatable<CheckOnboardingStatusRequest>, IDeepCloneable<CheckOnboardingStatusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class CheckOnboardingStatusRequest.
Request message for CheckOnboardingStatus
method.
Implements
IMessageCheckOnboardingStatusRequest, IEquatableCheckOnboardingStatusRequest, IDeepCloneableCheckOnboardingStatusRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
CheckOnboardingStatusRequest()
public CheckOnboardingStatusRequest()
CheckOnboardingStatusRequest(CheckOnboardingStatusRequest)
public CheckOnboardingStatusRequest(CheckOnboardingStatusRequest other)
Parameter | |
---|---|
Name | Description |
other |
CheckOnboardingStatusRequest |
Properties
Parent
public string Parent { get; set; }
Required. The resource for which the onboarding status should be checked. Should be in one of the following formats:
projects/{project-number|project-id}/locations/{region}
folders/{folder-number}/locations/{region}
organizations/{organization-number}/locations/{region}
Property Value | |
---|---|
Type | Description |
string |
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 |