pub async fn read_id(
client: &impl Client,
mount: &str,
role_name: &str,
) -> Result<ReadRoleIDResponse, ClientError>
Expand description
Reads the RoleID of an existing AppRole.
pub async fn read_id(
client: &impl Client,
mount: &str,
role_name: &str,
) -> Result<ReadRoleIDResponse, ClientError>
Reads the RoleID of an existing AppRole.