get static method
Gets an existing User resource's state with the given name and id.
Implementation
static User get(
String name,
pulumi.Input<String> id, {
UserState? state,
pulumi.CustomResourceOptions? options,
}) {
return User._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}