Exemplo n.º 1
0
        public void TestGrantableRoles()
        {
            string project  = Environment.GetEnvironmentVariable("GOOGLE_PROJECT_ID");
            string resource = "//cloudresourcemanager.googleapis.com/projects/" + project;

            GrantableRoles.ViewGrantableRoles(resource);
        }
        public void TestGrantableRoles()
        {
            // Main will throw an exception on fail
            string project  = Environment.GetEnvironmentVariable("GOOGLE_PROJECT_ID");
            string resource = "//cloudresourcemanager.googleapis.com/projects/" + project;

            Console.WriteLine(resource);

            GrantableRoles.Main(new[] { resource });
        }