public sealed class CreateAccessLevelRequest : IMessage<CreateAccessLevelRequest>, IEquatable<CreateAccessLevelRequest>, IDeepCloneable<CreateAccessLevelRequest>, IBufferMessage, IMessage
Required. The [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel] to create.
Syntactic correctness of the [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel] 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-03-21 UTC."],[[["This webpage provides documentation for the `CreateAccessLevelRequest` class within the `Google.Identity.AccessContextManager.V1` namespace, specifically version 1.4.0, with links to different versions of the documentation."],["The `CreateAccessLevelRequest` class is used to create an `AccessLevel`, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `CreateAccessLevelRequest()` and a copy constructor `CreateAccessLevelRequest(CreateAccessLevelRequest other)` that takes another `CreateAccessLevelRequest` object as a parameter."],["The `CreateAccessLevelRequest` class has three main properties: `AccessLevel` (the `AccessLevel` to be created), `Parent` (the resource name for the access policy), and `ParentAsAccessPolicyName` (a typed view over the parent resource name)."],["The documentation provides information on inherited members and methods, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, all inherited from `Object`."]]],[]]