googleworkspace.RoleAssignment
Explore with Pulumi AI
Example Usage
Create RoleAssignment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RoleAssignment(name: string, args: RoleAssignmentArgs, opts?: CustomResourceOptions);
@overload
def RoleAssignment(resource_name: str,
args: RoleAssignmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RoleAssignment(resource_name: str,
opts: Optional[ResourceOptions] = None,
assigned_to: Optional[str] = None,
role_id: Optional[str] = None,
org_unit_id: Optional[str] = None,
scope_type: Optional[str] = None)
func NewRoleAssignment(ctx *Context, name string, args RoleAssignmentArgs, opts ...ResourceOption) (*RoleAssignment, error)
public RoleAssignment(string name, RoleAssignmentArgs args, CustomResourceOptions? opts = null)
public RoleAssignment(String name, RoleAssignmentArgs args)
public RoleAssignment(String name, RoleAssignmentArgs args, CustomResourceOptions options)
type: googleworkspace:RoleAssignment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RoleAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RoleAssignmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RoleAssignmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RoleAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RoleAssignmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var roleAssignmentResource = new Googleworkspace.RoleAssignment("roleAssignmentResource", new()
{
AssignedTo = "string",
RoleId = "string",
OrgUnitId = "string",
ScopeType = "string",
});
example, err := googleworkspace.NewRoleAssignment(ctx, "roleAssignmentResource", &googleworkspace.RoleAssignmentArgs{
AssignedTo: pulumi.String("string"),
RoleId: pulumi.String("string"),
OrgUnitId: pulumi.String("string"),
ScopeType: pulumi.String("string"),
})
var roleAssignmentResource = new RoleAssignment("roleAssignmentResource", RoleAssignmentArgs.builder()
.assignedTo("string")
.roleId("string")
.orgUnitId("string")
.scopeType("string")
.build());
role_assignment_resource = googleworkspace.RoleAssignment("roleAssignmentResource",
assigned_to="string",
role_id="string",
org_unit_id="string",
scope_type="string")
const roleAssignmentResource = new googleworkspace.RoleAssignment("roleAssignmentResource", {
assignedTo: "string",
roleId: "string",
orgUnitId: "string",
scopeType: "string",
});
type: googleworkspace:RoleAssignment
properties:
assignedTo: string
orgUnitId: string
roleId: string
scopeType: string
RoleAssignment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RoleAssignment resource accepts the following input properties:
- Assigned
To string - The unique ID of the user this role is assigned to.
- Role
Id string - The ID of the role that is assigned.
- Org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- Scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- Assigned
To string - The unique ID of the user this role is assigned to.
- Role
Id string - The ID of the role that is assigned.
- Org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- Scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To String - The unique ID of the user this role is assigned to.
- role
Id String - The ID of the role that is assigned.
- org
Unit StringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- scope
Type String - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To string - The unique ID of the user this role is assigned to.
- role
Id string - The ID of the role that is assigned.
- org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned_
to str - The unique ID of the user this role is assigned to.
- role_
id str - The ID of the role that is assigned.
- org_
unit_ strid - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- scope_
type str - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To String - The unique ID of the user this role is assigned to.
- role
Id String - The ID of the role that is assigned.
- org
Unit StringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- scope
Type String - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
Outputs
All input properties are implicitly available as output properties. Additionally, the RoleAssignment resource produces the following output properties:
Look up Existing RoleAssignment Resource
Get an existing RoleAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: RoleAssignmentState, opts?: CustomResourceOptions): RoleAssignment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
assigned_to: Optional[str] = None,
etag: Optional[str] = None,
org_unit_id: Optional[str] = None,
role_id: Optional[str] = None,
scope_type: Optional[str] = None) -> RoleAssignment
func GetRoleAssignment(ctx *Context, name string, id IDInput, state *RoleAssignmentState, opts ...ResourceOption) (*RoleAssignment, error)
public static RoleAssignment Get(string name, Input<string> id, RoleAssignmentState? state, CustomResourceOptions? opts = null)
public static RoleAssignment get(String name, Output<String> id, RoleAssignmentState state, CustomResourceOptions options)
resources: _: type: googleworkspace:RoleAssignment get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Assigned
To string - The unique ID of the user this role is assigned to.
- Etag string
- ETag of the resource.
- Org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- Role
Id string - The ID of the role that is assigned.
- Scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- Assigned
To string - The unique ID of the user this role is assigned to.
- Etag string
- ETag of the resource.
- Org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- Role
Id string - The ID of the role that is assigned.
- Scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To String - The unique ID of the user this role is assigned to.
- etag String
- ETag of the resource.
- org
Unit StringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- role
Id String - The ID of the role that is assigned.
- scope
Type String - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To string - The unique ID of the user this role is assigned to.
- etag string
- ETag of the resource.
- org
Unit stringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- role
Id string - The ID of the role that is assigned.
- scope
Type string - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned_
to str - The unique ID of the user this role is assigned to.
- etag str
- ETag of the resource.
- org_
unit_ strid - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- role_
id str - The ID of the role that is assigned.
- scope_
type str - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
- assigned
To String - The unique ID of the user this role is assigned to.
- etag String
- ETag of the resource.
- org
Unit StringId - If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
- role
Id String - The ID of the role that is assigned.
- scope
Type String - Defaults to
CUSTOMER
. The scope in which this role is assigned. Valid values are : -CUSTOMER
-ORG_UNIT
Import
$ pulumi import googleworkspace:index/roleAssignment:RoleAssignment dwight 12345678901234567
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- googleworkspace hashicorp/terraform-provider-googleworkspace
- License
- Notes
- This Pulumi package is based on the
googleworkspace
Terraform Provider.