gsutil iam ch user:(user_email):(role1,role2) gs://(BUCKET)
gsutil iam ch -d user:(user_email):(role1,role2) gs://(BUCKET)
gsutil iam ch -d user:(user_email) gs://(BUCKET)
| [CmdletBinding()] | |
| PARAM() | |
| <# CONSTANTS | |
| $AzureDefaultRuleNames contains the names of the defaule rules in an Azure Network Security Group. | |
| These names can be updated if Microsoft introduce new default rules in to Azure Network Security Groups. | |
| #> | |
| $AzureDefaultRuleNames = @("ALLOW VNET INBOUND", "ALLOW AZURE LOAD BALANCER INBOUND", "DENY ALL INBOUND", "ALLOW VNET OUTBOUND", "ALLOW INTERNET OUTBOUND", "DENY ALL OUTBOUND") |
The objective is to document findings and recommendations from the review of DevOps processes and artifacts.
The following videos, or playlists, can help ensure consistent knowledge amongst all core team members and help make customer support easier.
CS fundamentals - 12-min videos (9 hr)
Learn about computer origins, transistors, logic gates, and computer architecture
Learn about binary, bits, and bytes (bits, bytes, and octets key in networking)
Computer architecture, programming, languages, ML, robotics