Skip to content

Remove-GcsDefaultObjectAcl

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

User (Default)

Remove-GcsDefaultObjectAcl [-Name] <String> -User <String> [<CommonParameters>]

Group

Remove-GcsDefaultObjectAcl [-Name] <String> -Group <String> [<CommonParameters>]

Domain

Remove-GcsDefaultObjectAcl [-Name] <String> -Domain <String> [<CommonParameters>]

Team

Remove-GcsDefaultObjectAcl [-Name] <String> -ProjectNumber <String> -ProjectRole <String> [<CommonParameters>]

AllUsers

Remove-GcsDefaultObjectAcl [-Name] <String> [-AllUsers] [<CommonParameters>]

AllAuthenticatedUsers

Remove-GcsDefaultObjectAcl [-Name] <String> [-AllAuthenticatedUsers] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-AllAuthenticatedUsers

{{ Fill AllAuthenticatedUsers Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: AllAuthenticatedUsers
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AllUsers

{{ Fill AllUsers Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: AllUsers
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Domain

{{ Fill Domain Description }}

Type: System.String
Parameter Sets: Domain
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Group

{{ Fill Group Description }}

Type: System.String
Parameter Sets: Group
Aliases: GroupId, GroupEmail

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Fill Name Description }}

Type: System.String
Parameter Sets: (All)
Aliases: Bucket

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProjectNumber

{{ Fill ProjectNumber Description }}

Type: System.String
Parameter Sets: Team
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProjectRole

{{ Fill ProjectRole Description }}

Type: System.String
Parameter Sets: Team
Aliases:
Accepted values: Owners, Editors, Viewers

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-User

{{ Fill User Description }}

Type: System.String
Parameter Sets: User
Aliases: UserId, UserEmail

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Back to top