public sealed class GetPartnerPermissionsRequest : IMessage<GetPartnerPermissionsRequest>, IEquatable<GetPartnerPermissionsRequest>, IDeepCloneable<GetPartnerPermissionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1 API class GetPartnerPermissionsRequest.
Request for getting the partner permissions granted for a workload
Required. Name of the resource to get in the format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetPartnerPermissionsRequest` class is used to request partner permissions for a workload in the Cloud Controls Partner v1 API."],["This class is part of the `Google.Cloud.CloudControlsPartner.V1` namespace within the `Google.Cloud.CloudControlsPartner.V1.dll` assembly."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object comparison."],["The `GetPartnerPermissionsRequest` class has properties like `Name` (a string) and `PartnerPermissionsName` (a typed view), where `Name` is required and represents the resource's name."],["There are two constructors for creating instances of `GetPartnerPermissionsRequest`, one empty and one that takes another `GetPartnerPermissionsRequest` as an argument."]]],[]]