Beispiel #1
0
 /// <summary>
 /// Get an existing Role resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static Role Get(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
 {
     return(new Role(name, id, state, options));
 }
Beispiel #2
0
 private Role(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
     : base("keycloak:index/role:Role", name, state, MakeResourceOptions(options, id))
 {
 }
Beispiel #3
0
 private Role(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
     : base("openstack:identity/role:Role", name, state, MakeResourceOptions(options, id))
 {
 }
Beispiel #4
0
 private Role(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
     : base("alicloud:resourcemanager/role:Role", name, state, MakeResourceOptions(options, id))
 {
 }
Beispiel #5
0
 private Role(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
     : base("vault:transform/role:Role", name, state, MakeResourceOptions(options, id))
 {
 }
Beispiel #6
0
 private Role(string name, Input <string> id, RoleState?state = null, CustomResourceOptions?options = null)
     : base("proxmox:Permission/role:Role", name, state, MakeResourceOptions(options, id))
 {
 }