public sealed class CreateServicePerimeterRequest : IMessage<CreateServicePerimeterRequest>, IEquatable<CreateServicePerimeterRequest>, IDeepCloneable<CreateServicePerimeterRequest>, IBufferMessage, IMessage
public ServicePerimeter ServicePerimeter { get; set; }
Required. The [Service Perimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] to create.
Syntactic correctness of the [Service Perimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] is a
precondition for creation.
[[["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."],[[["The `CreateServicePerimeterRequest` class is used to request the creation of a `ServicePerimeter`, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class offers two constructors: a default `CreateServicePerimeterRequest()` constructor and another `CreateServicePerimeterRequest(CreateServicePerimeterRequest other)` constructor that takes another instance of the same type as an argument."],["It contains two essential properties: `Parent`, a string that specifies the access policy's resource name, and `ServicePerimeter`, a `ServicePerimeter` object representing the perimeter to be created."],["The latest version of the `CreateServicePerimeterRequest` documented is version 2.5.0, while this specific document pertains to version 1.3.0, and there are 10 different versions listed in total."]]],[]]