public sealed class DeleteServicePerimeterRequest : IMessage<DeleteServicePerimeterRequest>, IEquatable<DeleteServicePerimeterRequest>, IDeepCloneable<DeleteServicePerimeterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class DeleteServicePerimeterRequest.
[[["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-04-02 UTC."],[[["This document provides reference information for the `DeleteServicePerimeterRequest` class within the Google Identity Access Context Manager v1 API, specifically for version 2.4.0."],["The `DeleteServicePerimeterRequest` class is used to request the deletion of a `ServicePerimeter`, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `DeleteServicePerimeterRequest()` and a constructor that takes another `DeleteServicePerimeterRequest` object as a parameter."],["It includes properties like `Name`, which is a required resource name for the `ServicePerimeter` in a specified format, and `ServicePerimeterName`, which offers a typed view of the `Name` property."],["The documentation shows the current version, 2.4.0, along with the link to the latest version, 2.5.0, and all other previous versions."]]],[]]