read_id

Function read_id 

Source
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.

See ReadRoleIDRequest