Xamarin example with Gateway from Walrus to server

If you only want to hard code an admin access to a channel(for a user), can you try this?

// hard code the admin access to the channel called "channel.Duty"(for the user "test")
“users”: {
	“test”: { 
		“password”: “password”, 
		“admin_channels”: [“channel.Duty”] 
	}
}

I get that. Meant what is it’s value. Is it static or dynamic. If its dynamic (varying), then you cannot use “admin_channels” option