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 latest version of the `GetPartnerPermissionsRequest` class is 1.1.0, part of the Cloud Controls Partner v1 API."],["This class is used to request partner permissions granted for a specific workload, as defined by the Cloud Controls Partner API."],["`GetPartnerPermissionsRequest` inherits from the `object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["The class has two constructors: a default constructor and one that takes another `GetPartnerPermissionsRequest` object as a parameter, allowing for object duplication."],["The class contains two properties, `Name` (a string representing the resource path) and `PartnerPermissionsName` (a typed view of the resource path), for handling the name of the resource for which partner permissions are requested."]]],[]]