public sealed class PartnerPermissions : IMessage<PartnerPermissions>, IEquatable<PartnerPermissions>, IDeepCloneable<PartnerPermissions>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Controls Partner v1 API class PartnerPermissions.
The permissions granted to the partner for a workload
Implements
IMessagePartnerPermissions, IEquatablePartnerPermissions, IDeepCloneablePartnerPermissions, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
PartnerPermissions()
public PartnerPermissions()PartnerPermissions(PartnerPermissions)
public PartnerPermissions(PartnerPermissions other)| Parameter | |
|---|---|
| Name | Description |
other |
PartnerPermissions |
Properties
Name
public string Name { get; set; }Identifier. Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions
| Property Value | |
|---|---|
| Type | Description |
string |
|
PartnerPermissionsName
public PartnerPermissionsName PartnerPermissionsName { get; set; }PartnerPermissionsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PartnerPermissionsName |
|
PartnerPermissions_
public RepeatedField<PartnerPermissions.Types.Permission> PartnerPermissions_ { get; }The partner permissions granted for the workload
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPartnerPermissionsTypesPermission |
|