public sealed class GetPartnerPermissionsRequest : IMessage<GetPartnerPermissionsRequest>, IEquatable<GetPartnerPermissionsRequest>, IDeepCloneable<GetPartnerPermissionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta 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."],[[["This document provides reference information for the `GetPartnerPermissionsRequest` class within the Cloud Controls Partner v1beta API, specifically for version 1.0.0-beta02, with the latest being 1.0.0-beta04."],["The `GetPartnerPermissionsRequest` class is used to request the partner permissions granted for a workload, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that accepts another `GetPartnerPermissionsRequest` object as a parameter."],["It has two key properties: `Name`, a string representing the resource name in a specified format, and `PartnerPermissionsName`, a typed view over the resource name."],["The `GetPartnerPermissionsRequest` class is part of the `Google.Cloud.CloudControlsPartner.V1Beta` namespace, contained within the `Google.Cloud.CloudControlsPartner.V1Beta.dll` assembly."]]],[]]