Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.gitlab.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ProjectShareGroupState extends com.pulumi.resources.ResourceArgs {
public static final ProjectShareGroupState Empty = new ProjectShareGroupState();
/**
* The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
*
* @deprecated
* Use `group_access` instead of the `access_level` attribute.
*
*/
@Deprecated /* Use `group_access` instead of the `access_level` attribute. */
@Import(name="accessLevel")
private @Nullable Output accessLevel;
/**
* @return The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
*
* @deprecated
* Use `group_access` instead of the `access_level` attribute.
*
*/
@Deprecated /* Use `group_access` instead of the `access_level` attribute. */
public Optional