Interface AccessContextManagerAccessLevelsAccessLevels

    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Resource name for the Access Level.

        The short_name component must begin with a letter and only include alphanumeric and '_'. Format: accessPolicies/{policy_id}/accessLevels/{short_name} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#name AccessContextManagerAccessLevels#name}

      • getTitle

        @Stability(Stable)
        @NotNull
        String getTitle()
        Human readable title. Must be unique within the Policy.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#title AccessContextManagerAccessLevels#title}

      • getBasic

        @Stability(Stable)
        @Nullable
        default AccessContextManagerAccessLevelsAccessLevelsBasic getBasic()
        basic block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#basic AccessContextManagerAccessLevels#basic}

      • getCustom

        @Stability(Stable)
        @Nullable
        default AccessContextManagerAccessLevelsAccessLevelsCustom getCustom()
        custom block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#custom AccessContextManagerAccessLevels#custom}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description of the AccessLevel and its use. Does not affect behavior.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#description AccessContextManagerAccessLevels#description}