pub async fn create(
client: &impl Client,
name: &str,
canonical_id: &str,
mount_accessor: &str,
opts: Option<&mut CreateEntityAliasRequestBuilder>,
) -> Result<CreateEntityAliasResponse, ClientError>
Expand description
Create or update an entity alias.